mirror of https://github.com/tiangolo/fastapi.git
🔨 remove unused variable
This commit is contained in:
parent
47391ea8fb
commit
5b11c6dc18
|
|
@ -337,7 +337,6 @@ def get_request_handler(
|
||||||
raise http_error from e
|
raise http_error from e
|
||||||
|
|
||||||
# Solve dependencies and run path operation function, auto-closing dependencies
|
# Solve dependencies and run path operation function, auto-closing dependencies
|
||||||
errors: list[Any] = []
|
|
||||||
async_exit_stack = request.scope.get("fastapi_inner_astack")
|
async_exit_stack = request.scope.get("fastapi_inner_astack")
|
||||||
assert isinstance(async_exit_stack, AsyncExitStack), (
|
assert isinstance(async_exit_stack, AsyncExitStack), (
|
||||||
"fastapi_inner_astack not found in request scope"
|
"fastapi_inner_astack not found in request scope"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue