mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
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 ...vocab import Vocab
|
||||||
from ...pipeline import DependencyParser
|
from ...pipeline import DependencyParser
|
||||||
from ...tokens import Doc
|
from ...tokens import Doc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user