pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
tests/test_dependency_lifespan_scope.py
|
|
|
@ -4,7 +4,7 @@ from contextlib import asynccontextmanager |
|
|
|
from typing import Annotated |
|
|
|
|
|
|
|
import pytest |
|
|
|
from fastapi import APIRouter, Depends, FastAPI |
|
|
|
from fastapi import Depends, FastAPI |
|
|
|
from fastapi.exceptions import DependencyScopeError |
|
|
|
from fastapi.testclient import TestClient |
|
|
|
from starlette.requests import Request |
|
|
|
|