diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-08 19:55:31 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-08 20:53:11 +0200 |
| commit | f91ed45347ae10e4fed612ecb81037d421bb785c (patch) | |
| tree | 91c93b7596ed6b16edf6c70387bebfa4326ae44e | |
| parent | baa4d68705def31614509bd4fdcb3438f175a985 (diff) | |
| download | jasper-client-f91ed45347ae10e4fed612ecb81037d421bb785c.tar.gz jasper-client-f91ed45347ae10e4fed612ecb81037d421bb785c.zip | |
Remove unneccessary pass statement from AbstractVocabulary class
This should raise vocabcompiler test coverage to 100%. Whohooo!
| -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): |
