Skip to content

Commit

Permalink
Fix import error in python example for multi process step
Browse files Browse the repository at this point in the history
  • Loading branch information
busino committed Jan 31, 2024
1 parent 2087acd commit e89328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python_multi_process_step/project_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
TaskDefinition,
)

from .task_files import update_task_files
from task_files import update_task_files

log = logging.getLogger(__name__)

Expand Down

0 comments on commit e89328e

Please sign in to comment.