Skip to content

Commit 8bdbf3e

Browse files
committed
fixed ruff
1 parent e485d00 commit 8bdbf3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-langchain/tests/test_span_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def test_end_span(self, handler):
8282
# Arrange
8383
run_id = uuid.uuid4()
8484
mock_span = unittest.mock.Mock(spec=Span)
85-
mock_context = unittest.mock.Mock()
8685
handler.spans[run_id] = _SpanState(span=mock_span)
8786

8887
# Add a child to verify it's removed

0 commit comments

Comments
 (0)