🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-10-28 07:56:20 +00:00
parent 030f01473a
commit d4da10cbe7
1 changed files with 1 additions and 3 deletions

View File

@ -397,9 +397,7 @@ def get_request_handler(
raw_response.background = solved_result.background_tasks
return raw_response
response_args: Dict[str, Any] = {
"background": solved_result.background_tasks
}
response_args: Dict[str, Any] = {"background": solved_result.background_tasks}
# If status_code was set, use it, otherwise use the default from the
# response class, in the case of redirect it's 307
if solved_result.response.status_code: