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 9bdce62 commit d62b328Copy full SHA for d62b328
src/fastapi_cli/cli.py
@@ -32,7 +32,7 @@
32
app as fastapi_cloud_cli,
33
)
34
35
- app.add_typer(fastapi_cloud_cli)
+ app.add_typer(fastapi_cloud_cli)
36
except ImportError: # pragma: no cover
37
pass
38
@@ -42,7 +42,7 @@
42
app as fastapi_new_cli,
43
44
45
- app.add_typer(fastapi_new_cli) # pragma: no cover
+ app.add_typer(fastapi_new_cli) # pragma: no cover
46
47
48
0 commit comments