Skip to content

Commit 2446e2a

Browse files
committed
Cleanup
1 parent 9c80eb7 commit 2446e2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_serialization_context.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,6 @@ async def test_async_activity_completion_payload_conversion(
583583
await activity_handle.complete(data)
584584
result = await wf_handle.result()
585585

586-
print()
587-
for item in result.items:
588-
print(item)
589-
590586
activity_context_dict = dataclasses.asdict(activity_context)
591587
workflow_context_dict = dataclasses.asdict(workflow_context)
592588

0 commit comments

Comments
 (0)