Fix error on test

This commit is contained in:
Matthew Honnibal 2017-09-04 18:59:36 +02:00 committed by GitHub
parent 9bffcaa73d
commit c68f188eb0

View File

@ -1,7 +1,7 @@
# coding: utf-8
from __future__ import unicode_literals
from ...lang.en import English
from ...en import English
from ...tokenizer import Tokenizer
from ... import util