From 5b11c6dc1891e8012eed99a7e959eb692aaae4cb Mon Sep 17 00:00:00 2001 From: Evgeny Bokshitsky Date: Sun, 26 Oct 2025 21:28:49 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20remove=20unused=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/routing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fastapi/routing.py b/fastapi/routing.py index 9ca2f46732..093fc9a593 100644 --- a/fastapi/routing.py +++ b/fastapi/routing.py @@ -337,7 +337,6 @@ def get_request_handler( raise http_error from e # Solve dependencies and run path operation function, auto-closing dependencies - errors: list[Any] = [] async_exit_stack = request.scope.get("fastapi_inner_astack") assert isinstance(async_exit_stack, AsyncExitStack), ( "fastapi_inner_astack not found in request scope"