pre-commit-ci-lite[bot]
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
fastapi/route_middleware.py
|
|
|
@ -1,5 +1,6 @@ |
|
|
|
from collections.abc import Callable |
|
|
|
from functools import wraps |
|
|
|
from typing import Any, Callable |
|
|
|
from typing import Any |
|
|
|
|
|
|
|
|
|
|
|
def route_middleware(*middlewares: Callable[..., Any]) -> Callable[..., Any]: |
|
|
|
|