mirror of https://github.com/explosion/spaCy.git
Fix test for Python 2
This commit is contained in:
parent
9aeec9c242
commit
c2f4759257
|
@ -1,3 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
from ...vocab import Vocab
|
||||
from ...pipeline import DependencyParser
|
||||
from ...tokens import Doc
|
||||
|
|
Loading…
Reference in New Issue