diff --git a/spacy/tests/test_matcher.py b/spacy/tests/test_matcher.py index 4faee47c1..29dcc248f 100644 --- a/spacy/tests/test_matcher.py +++ b/spacy/tests/test_matcher.py @@ -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