We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c80eb7 commit 2446e2aCopy full SHA for 2446e2a
tests/test_serialization_context.py
@@ -583,10 +583,6 @@ async def test_async_activity_completion_payload_conversion(
583
await activity_handle.complete(data)
584
result = await wf_handle.result()
585
586
- print()
587
- for item in result.items:
588
- print(item)
589
-
590
activity_context_dict = dataclasses.asdict(activity_context)
591
workflow_context_dict = dataclasses.asdict(workflow_context)
592
0 commit comments