🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-26 12:52:08 +00:00 committed by GitHub
parent a76f326de8
commit bacd15d0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,11 @@ from fastapi.concurrency import (
contextmanager_in_threadpool,
)
from fastapi.dependencies.models import Dependant
from fastapi.exceptions import DependencyScopeError, FastAPIError, FastAPIDeprecationWarning
from fastapi.exceptions import (
DependencyScopeError,
FastAPIDeprecationWarning,
FastAPIError,
)
from fastapi.logger import logger
from fastapi.security.oauth2 import SecurityScopes
from fastapi.types import DependencyCacheKey