mirror of https://github.com/explosion/spaCy.git
Remove unused import
This commit is contained in:
parent
26f04a6ac3
commit
9e09477b2f
|
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
|||
|
||||
from ..matcher import Matcher, PhraseMatcher
|
||||
from .util import get_doc
|
||||
from ..util import get_lang_class
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
Loading…
Reference in New Issue