Updated to new Action tasks

This commit is contained in:
Joel Collins 2020-05-12 11:29:53 +01:00
parent 28e555ad9b
commit eaf4cf09f5
9 changed files with 27 additions and 65 deletions

View file

@ -12,7 +12,6 @@ from labthings.core.tasks import (
current_task,
update_task_progress,
update_task_data,
taskify,
)
@ -24,7 +23,6 @@ __all__ = [
"current_task",
"update_task_progress",
"update_task_data",
"taskify",
"abort",
"escape",
"Response",