Skip to content

Commit f15d538

Browse files
committed
chore: lint
1 parent 1e70201 commit f15d538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ def test_context_manager_session_propagation():
21132113
child_span.end()
21142114

21152115
# Create nested context to test multiple levels
2116-
with langfuse.start_as_current_span(name="nested-span") as nested_span:
2116+
with langfuse.start_as_current_span(name="nested-span"):
21172117
grandchild_span = langfuse.start_span(name="grandchild-span")
21182118
grandchild_span.end()
21192119

0 commit comments

Comments
 (0)