mirror of https://github.com/explosion/spaCy.git
remove unnecessary imports
This commit is contained in:
parent
857454ffa0
commit
92bfbebeec
|
@ -3,10 +3,6 @@ from __future__ import unicode_literals, print_function
|
|||
from os import path
|
||||
|
||||
from ..language import Language
|
||||
from ..vocab import Vocab
|
||||
from .. import attrs
|
||||
from .. import util
|
||||
from .. import about
|
||||
|
||||
|
||||
class German(Language):
|
||||
|
|
Loading…
Reference in New Issue