diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/test.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/test.py b/client/test.py index f91a06e..c08866f 100644 --- a/client/test.py +++ b/client/test.py @@ -26,12 +26,6 @@ DEFAULT_PROFILE = { } -class UnorderedList(list): - - def __eq__(self, other): - return sorted(self) == sorted(other) - - class TestVocabCompiler(unittest.TestCase): def testPhraseExtraction(self): |
