Skip to content

Commit

Permalink
🚨 Format new test (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Dec 15, 2024
1 parent f0c5711 commit b492de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_utils_cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import logging

from fastapi_cli.utils.cli import CustomFormatter, get_uvicorn_log_config
from pytest import LogCaptureFixture

from fastapi_cli.utils.cli import CustomFormatter, get_uvicorn_log_config


def test_get_uvicorn_config_uses_custom_formatter() -> None:
config = get_uvicorn_log_config()
Expand Down

0 comments on commit b492de8

Please sign in to comment.