We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4116a2a commit 981557eCopy full SHA for 981557e
1 file changed
tests/integration/api/test_scheduler_header.py
@@ -164,7 +164,7 @@ class TestSchedulerHeaderNotWiredInRoutes:
164
@pytest.fixture
165
def app_with_real_routes(self):
166
"""FastAPI app with real routers and overridden dependencies."""
167
- import orb.api.dependencies as deps
+ import orb.api.dependencies as deps # noqa: F401 — needed for dependency_overrides key
168
from orb.api.server import create_fastapi_app
169
from orb.config.schemas.server_schema import AuthConfig, ServerConfig
170
0 commit comments