From 686735b94e0a79c4111e5783ec108bd1bdc71238 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 22 Jan 2018 16:53:05 -0500 Subject: [PATCH] Fix matcher import --- spacy/tests/regression/test_issue1855.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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