Skip to content

Commit 65a07e0

Browse files
remove unused
1 parent 403aaa1 commit 65a07e0

File tree

1 file changed

+0
-5
lines changed
  • services/storage/src/simcore_service_storage/modules/celery

1 file changed

+0
-5
lines changed

services/storage/src/simcore_service_storage/modules/celery/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ def send_task(
6868
self._celery_app.send_task(task_name, task_id=task_id, kwargs=task_params)
6969
return task_uuid
7070

71-
@make_async()
72-
def get_task(self, task_context: TaskContext, task_uuid: TaskUUID) -> Any:
73-
task_id = _build_task_id(task_context, task_uuid)
74-
return self._celery_app.tasks(task_id)
75-
7671
@make_async()
7772
def abort_task( # pylint: disable=R6301
7873
self, task_context: TaskContext, task_uuid: TaskUUID

0 commit comments

Comments
 (0)