Skip to content

Commit b3bb75c

Browse files
committed
lint update
1 parent f689ad1 commit b3bb75c

File tree

1 file changed

+2
-1
lines changed
  • util/opentelemetry-util-genai/src/opentelemetry/util/genai

1 file changed

+2
-1
lines changed

util/opentelemetry-util-genai/src/opentelemetry/util/genai/generators.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,9 @@ def _span_for_invocation(self, invocation: LLMInvocation):
291291
self.spans[invocation.run_id] = span_state
292292
yield span
293293

294+
@staticmethod
294295
def _apply_common_span_attributes(
295-
self, span: Span, invocation: LLMInvocation
296+
span: Span, invocation: LLMInvocation
296297
) -> Tuple[
297298
Dict[str, AttributeValue],
298299
Optional[AttributeValue],

0 commit comments

Comments
 (0)