mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix typedef import in span.pyx
This commit is contained in:
parent
4de13606fd
commit
e48df859b5
|
@ -7,7 +7,7 @@ import math
|
|||
import six
|
||||
|
||||
from ..structs cimport TokenC, LexemeC
|
||||
from ..typedefs cimport flags_t, attr_t
|
||||
from ..typedefs cimport flags_t, attr_t, hash_t
|
||||
from ..attrs cimport attr_id_t
|
||||
from ..parts_of_speech cimport univ_pos_t
|
||||
from ..util import normalize_slice
|
||||
|
|
Loading…
Reference in New Issue
Block a user