Skip to content

Commit 733b5ef

Browse files
committed
fixed precommit
1 parent 30e252e commit 733b5ef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

util/opentelemetry-util-genai/tests/test_handler_workflow.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ def test_start_workflow_creates_span(self) -> None:
5959
self.handler.stop(invocation)
6060

6161
def test_start_workflow_span_name(self) -> None:
62-
invocation = WorkflowInvocation(
63-
name="my_pipeline"
64-
)
62+
invocation = WorkflowInvocation(name="my_pipeline")
6563
self.handler.start(invocation)
6664
self.handler.stop(invocation)
6765

0 commit comments

Comments
 (0)