Skip to content

Commit 2253eb9

Browse files
🎨 Auto format
1 parent ed4700e commit 2253eb9

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
@@ -307,7 +307,7 @@ def dev(
307307
str | None,
308308
typer.Option(
309309
"--log-config",
310-
help="Path to uvicorn log config yaml or json format, read more at [link=https://uvicorn.dev/settings/#logging]https://uvicorn.dev/settings/#logging[/link]."
310+
help="Path to uvicorn log config yaml or json format, read more at [link=https://uvicorn.dev/settings/#logging]https://uvicorn.dev/settings/#logging[/link].",
311311
),
312312
] = None,
313313
) -> Any:
@@ -422,7 +422,7 @@ def run(
422422
str | None,
423423
typer.Option(
424424
"--log-config",
425-
help="Path to uvicorn log config yaml or json format, read more at [link=https://uvicorn.dev/settings/#logging]https://uvicorn.dev/settings/#logging[/link]."
425+
help="Path to uvicorn log config yaml or json format, read more at [link=https://uvicorn.dev/settings/#logging]https://uvicorn.dev/settings/#logging[/link].",
426426
),
427427
] = None,
428428
) -> Any:

0 commit comments

Comments
 (0)