We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9295e80 commit 566232fCopy full SHA for 566232f
tests/conftest.py
@@ -2,9 +2,10 @@
2
from typing import Generator
3
4
import pytest
5
-from fastapi_cli.logging import setup_logging
6
from typer import rich_utils
7
+from fastapi_cli.logging import setup_logging
8
+
9
10
@pytest.fixture(autouse=True)
11
def reset_syspath() -> Generator[None, None, None]:
0 commit comments