From c464af4c15b860b7e1760623d06861eca6032a6a Mon Sep 17 00:00:00 2001 From: Xianzong Xie Date: Wed, 3 Dec 2025 21:57:56 -0800 Subject: [PATCH] chore: add noqa for PLR0915 in _background_streaming_task Committed-By-Agent: cursor --- litellm/proxy/response_api_endpoints/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/response_api_endpoints/endpoints.py b/litellm/proxy/response_api_endpoints/endpoints.py index 8ca8c5e9d65..c19c6555d29 100644 --- a/litellm/proxy/response_api_endpoints/endpoints.py +++ b/litellm/proxy/response_api_endpoints/endpoints.py @@ -11,7 +11,7 @@ from litellm.proxy.common_request_processing import ProxyBaseLLMRequestProcessin router = APIRouter() -async def _background_streaming_task( +async def _background_streaming_task( # noqa: PLR0915 polling_id: str, data: dict, polling_handler,