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 8382fe8 commit 99afd08Copy full SHA for 99afd08
tests/test_temporal.py
@@ -2326,7 +2326,7 @@ async def test_beta_graph_parallel_execution_in_workflow(client: Client):
2326
task_queue=TASK_QUEUE,
2327
workflows=[ParallelGraphWorkflow],
2328
):
2329
- output = await client.execute_workflow( # pyright: ignore[reportUnknownMemberType]
+ output = await client.execute_workflow(
2330
ParallelGraphWorkflow.run,
2331
args=[10],
2332
id=ParallelGraphWorkflow.__name__,
0 commit comments