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,