Fix import

This commit is contained in:
Paul O'Leary McCann 2022-12-23 19:31:21 +09:00
parent f40d8c4ce7
commit ab2773e6b3

View File

@ -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