* Remove unused import

This commit is contained in:
Matthew Honnibal 2015-01-05 18:48:48 +11:00
parent 4d49d19cfe
commit 7689dccd0f
1 changed files with 0 additions and 1 deletions

View File

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