Remove trailing whitespace

This commit is contained in:
Ines Montani 2016-12-18 13:33:24 +01:00
parent 46e98ec029
commit 121c310566
1 changed files with 0 additions and 1 deletions

View File

@ -40,4 +40,3 @@ def test_not_lemmatize_base_forms(vocab, lemmatizer):
feed.tag_ = u'VB'
assert feed.text == u'feed'
assert feed.lemma_ == u'feed'