mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 16:21:54 +00:00
Merge pull request #21390 from BerriAI/fix/lint-too-many-statements-route-llm
fix(lint): suppress PLR0915 too many statements in route_request
This commit is contained in:
@@ -142,7 +142,7 @@ def add_shared_session_to_data(data: dict) -> None:
|
||||
pass
|
||||
|
||||
|
||||
async def route_request(
|
||||
async def route_request( # noqa: PLR0915 - Complex routing function, refactoring tracked separately
|
||||
data: dict,
|
||||
llm_router: Optional[LitellmRouter],
|
||||
user_model: Optional[str],
|
||||
|
||||
Reference in New Issue
Block a user