Browse Source

🎨 Auto format

pull/15043/head
pre-commit-ci-lite[bot] 4 months ago
committed by GitHub
parent
commit
3067249e95
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      fastapi/route_middleware.py

3
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]:

Loading…
Cancel
Save