From e7593b791eee3d6ed35499e1e711145eb91369b0 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 8 Feb 2019 20:50:52 +0100 Subject: [PATCH] Fix import --- spacy/tests/regression/test_issue1971.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/regression/test_issue1971.py b/spacy/tests/regression/test_issue1971.py index 64163b306..9d5a83c5b 100644 --- a/spacy/tests/regression/test_issue1971.py +++ b/spacy/tests/regression/test_issue1971.py @@ -1,6 +1,7 @@ # coding: utf8 from __future__ import unicode_literals +import pytest from spacy.matcher import Matcher from spacy.tokens import Token, Doc