mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(lint): fix B008 for gigachat api route
This commit is contained in:
parent
ba1f858799
commit
d9a531cdfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth), # noqa: B008 # FastAPI depends
|
||||
):
|
||||
"""
|
||||
[Docs](https://docs.litellm.ai/docs/pass_through/gigachat)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue