We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70201 commit f15d538Copy full SHA for f15d538
1 file changed
tests/test_core_sdk.py
@@ -2113,7 +2113,7 @@ def test_context_manager_session_propagation():
2113
child_span.end()
2114
2115
# Create nested context to test multiple levels
2116
- with langfuse.start_as_current_span(name="nested-span") as nested_span:
+ with langfuse.start_as_current_span(name="nested-span"):
2117
grandchild_span = langfuse.start_span(name="grandchild-span")
2118
grandchild_span.end()
2119
0 commit comments