diff --git a/tests/test_intern.py b/tests/test_intern.py index a7a801b05..5375ebb2a 100644 --- a/tests/test_intern.py +++ b/tests/test_intern.py @@ -1,7 +1,7 @@ # -*- coding: utf8 -*- from __future__ import unicode_literals -from spacy.utf8string import StringStore +from spacy.strings import StringStore import pytest