chore: add noqa for PLR0915 in _background_streaming_task

Committed-By-Agent: cursor
This commit is contained in:
Xianzong Xie 2025-12-03 21:57:56 -08:00
parent 2c252c9e92
commit c464af4c15

View file

@ -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,