Skip to content

Commit 99afd08

Browse files
authored
Satisfy lint
1 parent 8382fe8 commit 99afd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_temporal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ async def test_beta_graph_parallel_execution_in_workflow(client: Client):
23262326
task_queue=TASK_QUEUE,
23272327
workflows=[ParallelGraphWorkflow],
23282328
):
2329-
output = await client.execute_workflow( # pyright: ignore[reportUnknownMemberType]
2329+
output = await client.execute_workflow(
23302330
ParallelGraphWorkflow.run,
23312331
args=[10],
23322332
id=ParallelGraphWorkflow.__name__,

0 commit comments

Comments
 (0)