Skip to content

Commit 3a4f0fc

Browse files
committed
Fix syntax error in cli.py
1 parent 1e797fc commit 3a4f0fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fastapi_cli/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ def dev(
250250
Union[str, None],
251251
typer.Option(
252252
help="Comma separated list of directories to watch for changes in. If not provided, by default the whole current directory will be watched."
253+
),
254+
] = None,
253255
forwarded_allow_ips: Annotated[
254256
Union[str, None],
255257
typer.Option(

0 commit comments

Comments
 (0)