Browse Source

Revert "remove unused comment"

This reverts commit 6500568235.
pull/10589/head
Jan Vollmer 3 weeks ago
parent
commit
17b37ff40e
No known key found for this signature in database GPG Key ID: 19473D3A5AB433DA
  1. 2
      fastapi/routing.py

2
fastapi/routing.py

@ -1001,7 +1001,7 @@ class APIRoute(routing.Route):
)
@cached_property
def app(self) -> ASGIApp:
def app(self) -> ASGIApp: # type: ignore
return request_response(self.get_route_handler())
def init_attributes(self) -> None:

Loading…
Cancel
Save