mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix lint
This commit is contained in:
parent
67e7ad5aa9
commit
66cf281331
1 changed files with 1 additions and 1 deletions
|
|
@ -1045,7 +1045,7 @@ def create_websocket_passthrough_route(
|
|||
return websocket_endpoint_func
|
||||
|
||||
|
||||
async def websocket_passthrough_request(
|
||||
async def websocket_passthrough_request( # noqa: PLR0915
|
||||
websocket: WebSocket,
|
||||
target: str,
|
||||
custom_headers: dict,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue