diff options
| -rw-r--r-- | client/vocabcompiler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/vocabcompiler.py b/client/vocabcompiler.py index d0f0124..7eef5c0 100644 --- a/client/vocabcompiler.py +++ b/client/vocabcompiler.py @@ -176,7 +176,6 @@ class AbstractVocabulary(object): Arguments: phrases -- a list of phrases that this vocabulary will contain """ - pass class DummyVocabulary(AbstractVocabulary): |
