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 13055fa commit 2a1fc69Copy full SHA for 2a1fc69
src/fastapi_cli/cli.py
@@ -26,7 +26,7 @@
26
27
28
try:
29
- from fastapi_cloud_cli.cli import ( # type: ignore[import-not-found]
+ from fastapi_cloud_cli.cli import (
30
app as fastapi_cloud_cli,
31
)
32
0 commit comments