Fix formatting and remove unused imports

This commit is contained in:
ines 2017-03-15 17:33:39 +01:00
parent 842782c128
commit 1101fd3855

View File

@ -1,7 +1,6 @@
# coding: utf8
from __future__ import unicode_literals, print_function
from __future__ import unicode_literals
from os import path
from ..language import Language
from ..lemmatizer import Lemmatizer
from ..vocab import Vocab
@ -11,6 +10,7 @@ from ..deprecated import fix_glove_vectors_loading
from .language_data import *
try:
basestring
except NameError: