mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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.'''
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import random
|
||||
from ...lang.en import English
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user