Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/huggingface_hub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
"WebhooksServer",
"webhook_endpoint",
],
"cli._cli_utils": [
"typer_factory",
],
"community": [
"Discussion",
"DiscussionComment",
Expand Down Expand Up @@ -949,6 +952,7 @@
"super_squash_history",
"suspend_scheduled_job",
"try_to_load_from_cache",
"typer_factory",
"unlike",
"update_collection_item",
"update_collection_metadata",
Expand Down Expand Up @@ -1117,6 +1121,7 @@ def __dir__():
WebhooksServer, # noqa: F401
webhook_endpoint, # noqa: F401
)
from .cli._cli_utils import typer_factory # noqa: F401
from .community import (
Discussion, # noqa: F401
DiscussionComment, # noqa: F401
Expand Down
Loading