Skip to content

Commit ee3adc0

Browse files
committed
lint fixes
1 parent 84a1367 commit ee3adc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ToolInvocation(GenAIInvocation):
4646
- error.type: Error type if operation failed (Conditionally Required)
4747
"""
4848

49-
def __init__(
49+
def __init__( # pylint: disable=too-many-locals
5050
self,
5151
tracer: Tracer,
5252
metrics_recorder: InvocationMetricsRecorder,

0 commit comments

Comments
 (0)