From 6500568235f5645a5048aa53943694cb4be849b3 Mon Sep 17 00:00:00 2001 From: Jan Vollmer Date: Mon, 11 May 2026 20:21:10 +0200 Subject: [PATCH] remove unused comment Signed-off-by: Jan Vollmer --- fastapi/routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/routing.py b/fastapi/routing.py index da2a38c53f..2d58dcb1cb 100644 --- a/fastapi/routing.py +++ b/fastapi/routing.py @@ -1001,7 +1001,7 @@ class APIRoute(routing.Route): ) @cached_property - def app(self) -> ASGIApp: # type: ignore + def app(self) -> ASGIApp: return request_response(self.get_route_handler()) def init_attributes(self) -> None: