mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-24 19:11:58 +03:00
Fix import
This commit is contained in:
parent
f40d8c4ce7
commit
ab2773e6b3
|
@ -29,7 +29,7 @@ from .project.push import project_push # noqa: F401
|
|||
from .project.pull import project_pull # noqa: F401
|
||||
from .project.document import project_document # noqa: F401
|
||||
from .find_threshold import find_threshold # noqa: F401
|
||||
from .configure import merge, use_tok2vec, use_transformer # noqa: F401
|
||||
from .configure import merge_pipelines, use_tok2vec, use_transformer # noqa: F401
|
||||
from .configure import configure_resume_cli # noqa: F401
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user