We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bf807 commit 28b54e3Copy full SHA for 28b54e3
src/huggingface_hub/__init__.py
@@ -111,6 +111,9 @@
111
"WebhooksServer",
112
"webhook_endpoint",
113
],
114
+ "cli._cli_utils": [
115
+ "typer_factory",
116
+ ],
117
"community": [
118
"Discussion",
119
"DiscussionComment",
@@ -949,6 +952,7 @@
949
952
"super_squash_history",
950
953
"suspend_scheduled_job",
951
954
"try_to_load_from_cache",
955
956
"unlike",
957
"update_collection_item",
958
"update_collection_metadata",
@@ -1117,6 +1121,7 @@ def __dir__():
1117
1121
WebhooksServer, # noqa: F401
1118
1122
webhook_endpoint, # noqa: F401
1119
1123
)
1124
+ from .cli._cli_utils import typer_factory # noqa: F401
1120
1125
from .community import (
1126
Discussion, # noqa: F401
1127
DiscussionComment, # noqa: F401
0 commit comments