Skip to content

Commit 0acc1d2

Browse files
committed
fix(type-check): remove unnecessary pyright ignore
1 parent 4492ade commit 0acc1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_proxy_lib/core/_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def return_err_msg_response(
332332
return JSONResponse(
333333
content=err_response_json,
334334
status_code=status_code,
335-
headers=headers, # pyright: ignore[reportArgumentType] # 这似乎是starlette的注解错误,因为实际是只用Mapping就可以
335+
headers=headers,
336336
background=background,
337337
)
338338

0 commit comments

Comments
 (0)