mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 13:19:44 -06:00
chore: regenerate examples (#2145)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
committed by
GitHub
parent
e2554e289c
commit
3f660ad761
@@ -35,7 +35,7 @@ async def step3(input: EmptyModel, ctx: Context) -> RandomSum:
|
||||
one = ctx.task_output(step1).random_number
|
||||
two = ctx.task_output(step2).random_number
|
||||
|
||||
return RandomSum(sum=one + two + 3)
|
||||
return RandomSum(sum=one + two)
|
||||
|
||||
|
||||
@dag_workflow.task(parents=[step1, step3])
|
||||
|
||||
Reference in New Issue
Block a user