mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-20 09:01:58 +03:00
Fix typedef import.
This commit is contained in:
parent
1d2994affe
commit
4c7bd3026d
|
@ -8,7 +8,7 @@ from cymem.cymem cimport Pool
|
|||
from ..errors import Errors
|
||||
from ..tokens import SpanGroup
|
||||
from ..util import SimpleFrozenList
|
||||
from .typedefs import CandidatesForMention
|
||||
from .typedefs cimport CandidatesForMention
|
||||
|
||||
|
||||
cdef class KnowledgeBase:
|
||||
|
|
Loading…
Reference in New Issue
Block a user