mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
a76f326de8
commit
bacd15d0ef
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue