Remove import from non-existing module

This commit is contained in:
ines 2017-05-13 16:00:09 +02:00
parent 1d94c0e98a
commit a4a37a783e
1 changed files with 0 additions and 1 deletions

View File

@ -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