mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix unicode error in new test
This commit is contained in:
parent
ab7c45b12d
commit
9e413449f6
|
@ -1,4 +1,5 @@
|
|||
'''Test Span.as_doc() doesn't segfault'''
|
||||
from __future__ import unicode_literals
|
||||
from ...tokens import Doc
|
||||
from ...vocab import Vocab
|
||||
from ... import load as load_spacy
|
||||
|
|
Loading…
Reference in New Issue
Block a user