From f91ed45347ae10e4fed612ecb81037d421bb785c Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 8 Oct 2014 19:55:31 +0200 Subject: Remove unneccessary pass statement from AbstractVocabulary class This should raise vocabcompiler test coverage to 100%. Whohooo! --- client/vocabcompiler.py | 1 - 1 file changed, 1 deletion(-) 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): -- cgit v1.3.1