Skip to content

Commit a8d0c2e

Browse files
committed
Remove test failure
1 parent 3ae4ad8 commit a8d0c2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

temporalio/contrib/openai_agents/_trace_interceptor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def start_activity(
390390
span = custom_span(
391391
name="temporal:startActivity", data={"activity": input.activity}
392392
)
393-
span.finish()
394393
span.start(mark_as_current=True)
395394
set_header_from_context(input, temporalio.workflow.payload_converter())
396395
handle = self.next.start_activity(input)

0 commit comments

Comments
 (0)