We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4492ade commit 0acc1d2Copy full SHA for 0acc1d2
src/fastapi_proxy_lib/core/_tool.py
@@ -332,7 +332,7 @@ def return_err_msg_response(
332
return JSONResponse(
333
content=err_response_json,
334
status_code=status_code,
335
- headers=headers, # pyright: ignore[reportArgumentType] # 这似乎是starlette的注解错误,因为实际是只用Mapping就可以
+ headers=headers,
336
background=background,
337
)
338
0 commit comments