diff --git a/spacy/tests/regression/test_issue1855.py b/spacy/tests/regression/test_issue1855.py index 882c356ca..aeaad9413 100644 --- a/spacy/tests/regression/test_issue1855.py +++ b/spacy/tests/regression/test_issue1855.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import re -from ..matcher import Matcher +from ...matcher import Matcher import pytest