From 7d4846d1cec090e8bc7d0709f29c01cf3d5698ce Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 17 Apr 2026 18:53:52 +0530 Subject: [PATCH] Fix mypy error --- litellm/integrations/advisor_interception/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/integrations/advisor_interception/handler.py b/litellm/integrations/advisor_interception/handler.py index 75f1b275127..e09268e1c4f 100644 --- a/litellm/integrations/advisor_interception/handler.py +++ b/litellm/integrations/advisor_interception/handler.py @@ -307,7 +307,7 @@ class AdvisorInterceptionLogger(CustomLogger): "response_format": "openai", } - async def async_run_chat_completion_agentic_loop( + async def async_run_chat_completion_agentic_loop( # noqa: PLR0915 self, tools: Dict, model: str,