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 c63c361 commit fae7b3cCopy full SHA for fae7b3c
reflex/reflex.py
@@ -705,7 +705,7 @@ def _convert_reflex_loglevel_to_reflex_cli_loglevel(
705
cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
706
cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
707
cli.add_typer(
708
- hosting_cli,
+ hosting_cli, # pyright: ignore [reportArgumentType]
709
name="cloud",
710
help="Subcommands for managing the reflex cloud.",
711
)
0 commit comments