summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-08 19:55:31 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-08 20:53:11 +0200
commitf91ed45347ae10e4fed612ecb81037d421bb785c (patch)
tree91c93b7596ed6b16edf6c70387bebfa4326ae44e
parentbaa4d68705def31614509bd4fdcb3438f175a985 (diff)
downloadjasper-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.py1
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):