Browse Source

🔥 Remove unnecessary comment

pull/14262/head
Sebastián Ramírez 9 months ago
parent
commit
0fa09ee64a
  1. 1
      fastapi/routing.py

1
fastapi/routing.py

@ -108,7 +108,6 @@ def request_response(
scope["fastapi_inner_astack"] = request_stack
async with AsyncExitStack() as function_stack:
scope["fastapi_function_astack"] = function_stack
# Same as in Starlette
response = await f(request)
await response(scope, receive, send)
# Continues customization

Loading…
Cancel
Save