Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Jun 19, 2024
1 parent c8fb3a6 commit 53ef724
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servicelayer/taskqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def get_stage_key(self, stage):
def is_task_tracked(self, task: Task):
tracked = True

pipe = self.conn.pipeline()
stage_key = self.get_stage_key(task.operation)
dataset = dataset = dataset_from_collection_id(task.collection_id)
task_id = task.task_id
Expand Down

0 comments on commit 53ef724

Please sign in to comment.