From 0993dca4e2318a4f236228003da73fb49a45880a Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Fri, 23 Jan 2026 16:27:32 -0500 Subject: [PATCH] fix lint --- litellm/integrations/arize/_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/integrations/arize/_utils.py b/litellm/integrations/arize/_utils.py index c3ee3e6723..b75e296be4 100644 --- a/litellm/integrations/arize/_utils.py +++ b/litellm/integrations/arize/_utils.py @@ -24,7 +24,6 @@ from litellm.integrations._types.open_inference import ( class ArizeOTELAttributes(BaseLLMObsOTELAttributes): - @staticmethod @override def set_messages(span: "Span", kwargs: Dict[str, Any]): @@ -59,7 +58,6 @@ class ArizeOTELAttributes(BaseLLMObsOTELAttributes): def set_response_output_messages(span: "Span", response_obj): """ Sets output message attributes on the span from the LLM response. - Args: span: The OpenTelemetry span to set attributes on response_obj: The response object containing choices with messages