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