diff --git a/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/advisor.py b/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/advisor.py index 3face6be108..901e10620de 100644 --- a/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/advisor.py +++ b/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/advisor.py @@ -73,7 +73,7 @@ class AdvisorOrchestrationHandler(MessagesInterceptor): return False return True - async def handle( + async def handle( # noqa: PLR0915 self, *, model: str,