mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix Python 2 test failure
This commit is contained in:
parent
72778375fb
commit
2ac69facc6
|
@ -1,4 +1,6 @@
|
||||||
'''Test issue that arises when too many labels are added to NER model.'''
|
'''Test issue that arises when too many labels are added to NER model.'''
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import random
|
import random
|
||||||
from ...lang.en import English
|
from ...lang.en import English
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user