Skip to content

Commit c48c783

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 5d4fd3a commit c48c783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_utils_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def test_get_uvicorn_config_uses_custom_formatter() -> None:
1212
assert config["formatters"]["access"]["()"] is CustomFormatter
1313
assert config["loggers"]["uvicorn"]["propagate"] is False
1414

15+
1516
def test_custom_formatter() -> None:
1617
formatter = CustomFormatter()
1718

0 commit comments

Comments
 (0)