Browse Source

🎨 Auto format

pull/15093/head
github-actions[bot] 2 weeks ago
parent
commit
63eb33ce10
  1. 1
      fastapi/routing.py

1
fastapi/routing.py

@ -1061,6 +1061,7 @@ def _populate_api_route_state(
else:
route.stream_item_field = None
class APIRoute(routing.Route):
stream_item_type: Any | None
response_model: Any

Loading…
Cancel
Save