diff --git a/spacy/tests/test_models.py b/spacy/tests/test_models.py index 5ce9da508..5228b4544 100644 --- a/spacy/tests/test_models.py +++ b/spacy/tests/test_models.py @@ -26,7 +26,6 @@ from spacy.ml.models import ( build_Tok2Vec_model, ) from spacy.ml.staticvectors import StaticVectors -from spacy.pipeline import tok2vec from spacy.util import registry