From a06b5ffe243d56c8d19684c91847d412a89384b3 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Fri, 23 Jan 2026 15:32:46 +0900 Subject: [PATCH] chore: fix lint error --- litellm/responses/mcp/chat_completions_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/responses/mcp/chat_completions_handler.py b/litellm/responses/mcp/chat_completions_handler.py index 09c2af95899..4a640a61064 100644 --- a/litellm/responses/mcp/chat_completions_handler.py +++ b/litellm/responses/mcp/chat_completions_handler.py @@ -79,7 +79,7 @@ def _add_mcp_metadata_to_response( setattr(message, "provider_specific_fields", provider_fields) -async def acompletion_with_mcp( +async def acompletion_with_mcp( # noqa: PLR0915 model: str, messages: List, tools: Optional[List] = None,