mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
chore: add noqa for PLR0915 in _background_streaming_task
Committed-By-Agent: cursor
This commit is contained in:
parent
2c252c9e92
commit
c464af4c15
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue