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
2060935cdb
commit
9da06671cf
|
@ -3,8 +3,6 @@ from cymem.cymem cimport Pool
|
||||||
from .structs cimport TokenC
|
from .structs cimport TokenC
|
||||||
from .syntax.transition_system cimport Transition
|
from .syntax.transition_system cimport Transition
|
||||||
|
|
||||||
cimport numpy
|
|
||||||
|
|
||||||
|
|
||||||
cdef struct GoldParseC:
|
cdef struct GoldParseC:
|
||||||
int* tags
|
int* tags
|
||||||
|
|
Loading…
Reference in New Issue
Block a user