mirror of https://github.com/tiangolo/fastapi.git
🔨 remove unused variable
This commit is contained in:
parent
cd40c5b40f
commit
e2582fe335
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue