Tidy up and auto-format

This commit is contained in:
Ines Montani 2019-11-20 13:16:33 +01:00
parent 7f3b00164a
commit 5bf9ab5b03
2 changed files with 1 additions and 2 deletions

View File

@ -277,7 +277,7 @@ def test_change_number_features():
)
assert ner.model.lower.nF == 3
# Test the model runs
doc = nlp("hello world")
nlp("hello world")
class BlockerComponent1(object):

View File

@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import pytest
from mock import Mock
from spacy.matcher import DependencyMatcher
from ..util import get_doc