Skip to content

Commit 9bdce62

Browse files
Lol wrong line
1 parent 86fb3df commit 9bdce62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fastapi_cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
app as fastapi_cloud_cli,
3333
)
3434

35-
app.add_typer(fastapi_cloud_cli) # pragma: no cover
35+
app.add_typer(fastapi_cloud_cli)
3636
except ImportError: # pragma: no cover
3737
pass
3838

@@ -42,7 +42,7 @@
4242
app as fastapi_new_cli,
4343
)
4444

45-
app.add_typer(fastapi_new_cli)
45+
app.add_typer(fastapi_new_cli) # pragma: no cover
4646
except ImportError: # pragma: no cover
4747
pass
4848

0 commit comments

Comments
 (0)