Skip to content

Commit fae7b3c

Browse files
authored
uv lock (#5176)
* uv lock * pre-commit
1 parent c63c361 commit fae7b3c

File tree

2 files changed

+1062
-1063
lines changed

2 files changed

+1062
-1063
lines changed

reflex/reflex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def _convert_reflex_loglevel_to_reflex_cli_loglevel(
705705
cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
706706
cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
707707
cli.add_typer(
708-
hosting_cli,
708+
hosting_cli, # pyright: ignore [reportArgumentType]
709709
name="cloud",
710710
help="Subcommands for managing the reflex cloud.",
711711
)

0 commit comments

Comments
 (0)