Skip to content

Commit d62b328

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 9bdce62 commit d62b328

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)
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) # pragma: no cover
45+
app.add_typer(fastapi_new_cli) # pragma: no cover
4646
except ImportError: # pragma: no cover
4747
pass
4848

0 commit comments

Comments
 (0)