mirror of https://github.com/explosion/spaCy.git
Remove import from non-existing module
This commit is contained in:
parent
1d94c0e98a
commit
a4a37a783e
|
@ -1,7 +1,6 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .tokenizer_exceptions import TOKENIZER_EXCEPTIONS
|
||||
from .stop_words import STOP_WORDS
|
||||
|
||||
from ..tokenizer_exceptions import BASE_EXCEPTIONS
|
||||
|
|
Loading…
Reference in New Issue