From 66cf28133102af8fa484145a03cf58808e00f45c Mon Sep 17 00:00:00 2001 From: Sameerlite Date: Sat, 27 Sep 2025 01:03:21 +0530 Subject: [PATCH] fix lint --- litellm/proxy/pass_through_endpoints/pass_through_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py b/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py index a8b0de71df5..1511dc8722f 100644 --- a/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py +++ b/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py @@ -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,