Skip to content

Commit 971cd28

Browse files
committed
Update dev folder
1 parent 9648594 commit 971cd28

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/ilastik_tasks/dev/create_manifest.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/ilastik_tasks/dev/task_list.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
"""Contains the list of tasks available to fractal."""
22

3-
from fractal_tasks_core.dev.task_models import ParallelTask
3+
from fractal_task_tools.task_models import ParallelTask
4+
5+
AUTHORS = "Lorenzo Cerrone"
6+
DOCS_LINK = "https://github.com/fractal-analytics-platform/fractal-ilastik-tasks"
47

58
TASK_LIST = [
69
ParallelTask(

0 commit comments

Comments
 (0)