diff --git a/spacy/tests/morphology/test_morph_features.py b/spacy/tests/morphology/test_morph_features.py index 391fd1337..32cc665af 100644 --- a/spacy/tests/morphology/test_morph_features.py +++ b/spacy/tests/morphology/test_morph_features.py @@ -4,7 +4,7 @@ import pytest from ...morphology import Morphology from ...strings import StringStore from ...lemmatizer import Lemmatizer -from ...symbols import * +from ...morphology import * @pytest.fixture def morphology():