🔨 remove unused variable

This commit is contained in:
Evgeny Bokshitsky 2025-10-26 21:28:49 +04:00
parent 47391ea8fb
commit 5b11c6dc18
1 changed files with 0 additions and 1 deletions

View File

@ -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"