fix(lint): Remove noqa for B008 for gigachat api route

This commit is contained in:
KnyazSh 2026-07-16 08:43:36 +00:00
parent d9a531cdfe
commit 52adf36a8c

View file

@ -2309,7 +2309,7 @@ async def gigachat_proxy_route(
endpoint: str,
request: Request,
fastapi_response: Response,
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth), # noqa: B008 # FastAPI depends
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
):
"""
[Docs](https://docs.litellm.ai/docs/pass_through/gigachat)