Jan Vollmer
3 weeks ago
No known key found for this signature in database
GPG Key ID: 19473D3A5AB433DA
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|
|