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 3162d10 commit 86fb3dfCopy full SHA for 86fb3df
1 file changed
src/fastapi_cli/cli.py
@@ -32,7 +32,7 @@
32
app as fastapi_cloud_cli,
33
)
34
35
- app.add_typer(fastapi_cloud_cli) # pragma: no cover
+ app.add_typer(fastapi_cloud_cli) # pragma: no cover
36
except ImportError: # pragma: no cover
37
pass
38
0 commit comments