Delete unused imports for StringStore (#12040)

This commit is contained in:
Tetsuo Kiso 2023-01-04 01:43:09 +09:00 committed by GitHub
parent 326b541312
commit b510fbd0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ from .attrs cimport attr_id_t
from .attrs cimport ID, ORTH, LOWER, NORM, SHAPE, PREFIX, SUFFIX, LENGTH, LANG from .attrs cimport ID, ORTH, LOWER, NORM, SHAPE, PREFIX, SUFFIX, LENGTH, LANG
from .structs cimport LexemeC from .structs cimport LexemeC
from .strings cimport StringStore
from .vocab cimport Vocab from .vocab cimport Vocab

View File

@ -4,7 +4,6 @@ from cymem.cymem cimport Pool
from .typedefs cimport hash_t from .typedefs cimport hash_t
from .structs cimport LexemeC, SpanC, TokenC from .structs cimport LexemeC, SpanC, TokenC
from .strings cimport StringStore
from .tokens.doc cimport Doc from .tokens.doc cimport Doc
from .vocab cimport Vocab, LexemesOrTokens, _Cached from .vocab cimport Vocab, LexemesOrTokens, _Cached
from .matcher.phrasematcher cimport PhraseMatcher from .matcher.phrasematcher cimport PhraseMatcher