Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
yindia committed Oct 16, 2024
1 parent f7ef75a commit c3fa1cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from typing import TypedDict, List
from enum import Enum
from modules.task import task, TaskType, TaskSpec
from modules.workflow import Workflow, WorkflowSpec
from pytask import task, TaskType, TaskSpec

@task(TaskSpec(
name="hello_world",
Expand Down

0 comments on commit c3fa1cf

Please sign in to comment.