Remove unused import

This commit is contained in:
Ines Montani 2016-12-08 19:46:53 +01:00
parent e47ee94761
commit 0c39654786
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# encoding: utf8
from __future__ import unicode_literals
import re
from ..symbols import *
from ..language_data import TOKENIZER_PREFIXES

View File

@ -1,6 +1,5 @@
# encoding: utf8
from __future__ import unicode_literals
import re
from ..symbols import *
from ..language_data import TOKENIZER_PREFIXES