From 823cc4127ac8191235280406957a1f8694a4c9b5 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 26 Sep 2018 21:04:13 +0200 Subject: [PATCH] Update morphology tests --- spacy/tests/morphology/test_morph_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():