mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix unicode import in test
This commit is contained in:
parent
4ce7d24fd5
commit
7e6dc283db
|
@ -1,5 +1,6 @@
|
|||
'''Test sentence boundaries are deserialized correctly,
|
||||
even for non-projective sentences.'''
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import pytest
|
||||
import numpy
|
||||
|
|
Loading…
Reference in New Issue
Block a user