Browse Source
Move imports that are only used for type annotations into TYPE_CHECKING blocks to prevent unnecessary runtime imports and potential circular import issues. Changes: - fastapi/openapi/utils.py: Response - tests/test_dependency_contextmanager.py: StreamingResponse - tests/test_route_scope.py: APIRoute Detected via: ruff check . --select TC002pull/15212/head
3 changed files with 12 additions and 4 deletions
Loading…
Reference in new issue