Skip to content

Commit ca89852

Browse files
remove unused
1 parent 4e662ea commit ca89852

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ class CeleryTaskQueueClient:
4848
async def send_task(
4949
self, task_name: str, *, task_context: TaskContext, **task_params
5050
) -> TaskUUID:
51-
task_uuid = uuid4()
52-
task_id = build_task_id(task_context, task_uuid)
5351
with log_context(
5452
_logger,
5553
logging.DEBUG,

0 commit comments

Comments
 (0)