From b392d48e7667b95d820bf120dae4ab4a719af497 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 5 Oct 2020 20:17:07 +0200 Subject: [PATCH] Fix test --- spacy/tests/test_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tests/test_models.py b/spacy/tests/test_models.py index d621be0ba..bad964786 100644 --- a/spacy/tests/test_models.py +++ b/spacy/tests/test_models.py @@ -6,7 +6,6 @@ from numpy.testing import assert_array_equal import numpy from spacy.ml.models import build_Tok2Vec_model, MultiHashEmbed, MaxoutWindowEncoder -from spacy.ml.models import MultiHashEmbed_v1 from spacy.ml.models import build_text_classifier, build_simple_cnn_text_classifier from spacy.lang.en import English from spacy.lang.en.examples import sentences as EN_SENTENCES