Skip to content

Commit 0cdfaaa

Browse files
committed
lint
Signed-off-by: Patrick Assuied <[email protected]>
1 parent 4dc8df1 commit 0cdfaaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/workflow/simple_aio_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ async def main():
144144
# Resume Test
145145
await wf_client.resume_workflow(instance_id=instance_id)
146146
metadata = await wf_client.get_workflow_state(instance_id=instance_id)
147-
print(f'Get response from {workflow_name} after resume call: {metadata.runtime_status.name}')
147+
print(
148+
f'Get response from {workflow_name} after resume call: {metadata.runtime_status.name}'
149+
)
148150

149151
await asyncio.sleep(2) # Give the workflow time to reach the event wait state
150152
await wf_client.raise_workflow_event(

0 commit comments

Comments
 (0)