Skip to content

Commit 28b54e3

Browse files
authored
Expose typer_factory publicly (#3435)
1 parent f2bf807 commit 28b54e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/huggingface_hub/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@
111111
"WebhooksServer",
112112
"webhook_endpoint",
113113
],
114+
"cli._cli_utils": [
115+
"typer_factory",
116+
],
114117
"community": [
115118
"Discussion",
116119
"DiscussionComment",
@@ -949,6 +952,7 @@
949952
"super_squash_history",
950953
"suspend_scheduled_job",
951954
"try_to_load_from_cache",
955+
"typer_factory",
952956
"unlike",
953957
"update_collection_item",
954958
"update_collection_metadata",
@@ -1117,6 +1121,7 @@ def __dir__():
11171121
WebhooksServer, # noqa: F401
11181122
webhook_endpoint, # noqa: F401
11191123
)
1124+
from .cli._cli_utils import typer_factory # noqa: F401
11201125
from .community import (
11211126
Discussion, # noqa: F401
11221127
DiscussionComment, # noqa: F401

0 commit comments

Comments
 (0)