mirror of https://github.com/explosion/spaCy.git
Remove unused import.
This commit is contained in:
parent
b91986b726
commit
ef03e9ea53
|
@ -6,7 +6,7 @@ Source: https://forkortelse.dk/ and various others.
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from ...symbols import ORTH, LEMMA, NORM, TAG, ADP, PUNCT
|
from ...symbols import ORTH, LEMMA, NORM, TAG, PUNCT
|
||||||
|
|
||||||
|
|
||||||
_exc = {}
|
_exc = {}
|
||||||
|
|
Loading…
Reference in New Issue