* Remove unused import

This commit is contained in:
Matthew Honnibal 2015-01-05 18:48:48 +11:00
parent 4d49d19cfe
commit 7689dccd0f

View File

@ -1,7 +1,6 @@
from __future__ import unicode_literals
from os import path
from .. import orth
from ..vocab import Vocab
from ..tokenizer import Tokenizer
from ..syntax.parser import GreedyParser