Skip to content

Commit 566232f

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 9295e80 commit 566232f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
from typing import Generator
33

44
import pytest
5-
from fastapi_cli.logging import setup_logging
65
from typer import rich_utils
76

7+
from fastapi_cli.logging import setup_logging
8+
89

910
@pytest.fixture(autouse=True)
1011
def reset_syspath() -> Generator[None, None, None]:

0 commit comments

Comments
 (0)