Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Dec 9, 2024
1 parent be0fc36 commit aba1579
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flytekit import task, workflow, eager
from flytekit import eager, task, workflow


# Example 1
Expand Down Expand Up @@ -56,6 +56,7 @@ async def eager_workflow_with_conditionals(x: int) -> int:
# Gather the outputs of multiple tasks or subworkflows into a list:
import asyncio


@task
async def add_one_async(x: int) -> int:
return x + 1
Expand Down

0 comments on commit aba1579

Please sign in to comment.