🔨 remove unused variable

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

View File

@ -372,7 +372,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"