Fix Python 2 test failure

This commit is contained in:
Matthew Honnibal 2018-09-27 15:34:16 +02:00
parent 72778375fb
commit 2ac69facc6

View File

@ -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