Skip to content

Commit b619978

Browse files
committed
Allow post-env typed fixture import
1 parent 0f527c4 commit b619978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
os.environ.setdefault("OTEL_SDK_DISABLED", "true")
55

66
from app.main import app # noqa: E402
7-
from app.tests.conftest import typed_fixture
7+
from app.tests.conftest import typed_fixture # noqa: E402
88

99
TestClient = Any
1010

0 commit comments

Comments
 (0)