mirror of https://github.com/explosion/spaCy.git
Remove unused import statement
This commit is contained in:
parent
902f136f18
commit
cf8474401b
|
@ -1,8 +1,6 @@
|
|||
# encoding: utf8
|
||||
from __future__ import unicode_literals, print_function
|
||||
|
||||
from os import path
|
||||
|
||||
from ..language import Language
|
||||
from ..attrs import LANG
|
||||
|
||||
|
|
Loading…
Reference in New Issue