Browse Source

🎨 Auto format

pull/15356/head
pre-commit-ci-lite[bot] 1 month ago
committed by GitHub
parent
commit
ca74beb593
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/routing.py

2
fastapi/routing.py

@ -1655,6 +1655,8 @@ def _iter_routes_with_context(
yield route_context.original_route, route_context
else:
yield route, None
class APIRouter(routing.Router):
"""
`APIRouter` class, used to group *path operations*, for example to structure

Loading…
Cancel
Save