mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Remove unused import
This commit is contained in:
parent
e47ee94761
commit
0c39654786
|
@ -1,6 +1,5 @@
|
|||
# encoding: utf8
|
||||
from __future__ import unicode_literals
|
||||
import re
|
||||
|
||||
from ..symbols import *
|
||||
from ..language_data import TOKENIZER_PREFIXES
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# encoding: utf8
|
||||
from __future__ import unicode_literals
|
||||
import re
|
||||
|
||||
from ..symbols import *
|
||||
from ..language_data import TOKENIZER_PREFIXES
|
||||
|
|
Loading…
Reference in New Issue
Block a user