From 17b37ff40efb7a0156cf62f8b714f05c99b9eca8 Mon Sep 17 00:00:00 2001 From: Jan Vollmer Date: Fri, 15 May 2026 10:30:00 +0200 Subject: [PATCH] Revert "remove unused comment" This reverts commit 6500568235f5645a5048aa53943694cb4be849b3. --- fastapi/routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/routing.py b/fastapi/routing.py index 2d58dcb1cb..da2a38c53f 100644 --- a/fastapi/routing.py +++ b/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: