mirror of https://github.com/explosion/spaCy.git
Make test work for Python 2.7
This commit is contained in:
parent
bd8e84998a
commit
40edb65ee7
|
@ -1,3 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
import pytest
|
||||
|
||||
from ...language import Language
|
||||
|
|
Loading…
Reference in New Issue