Skip to content

Commit 3940934

Browse files
committed
ruff formatting again
1 parent 7fe1d9b commit 3940934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_create_span(
5454
) as mock_set_span_in_context,
5555
unittest.mock.patch(
5656
"opentelemetry.instrumentation.langchain.span_manager.get_current"
57-
) as mock_get_current,
57+
),
5858
):
5959
# Act
6060
result = handler.create_span(

0 commit comments

Comments
 (0)