Skip to content
Merged

uv lock #5176

Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion reflex/reflex.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def _convert_reflex_loglevel_to_reflex_cli_loglevel(
cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
cli.add_typer(
hosting_cli,
hosting_cli, # pyright: ignore [reportArgumentType]
name="cloud",
help="Subcommands for managing the reflex cloud.",
)
Expand Down
Loading
Loading