Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
  • Loading branch information
popojk committed Feb 3, 2025
1 parent b97f42e commit 3710624
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import typing

from flytekit import WorkflowFailurePolicy, task, workflow
from flytekit.types.error.error import FlyteError


@task
def create_cluster(name: str):
print(f"Creating cluster: {name}")
Expand Down

0 comments on commit 3710624

Please sign in to comment.