Skip to content

Commit

Permalink
Fix unused variable (linter)
Browse files Browse the repository at this point in the history
  • Loading branch information
catileptic committed Sep 25, 2024
1 parent 7b16152 commit d78ce5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions servicelayer/taskqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ def is_task_tracked(self, task: Task):
task_id = task.task_id
stage = task.operation

stage_key = self.get_stage_key(stage)

# A task is considered tracked if
# the dataset is in the list of active datasets
if dataset not in self.conn.smembers(self.key):
Expand Down

0 comments on commit d78ce5e

Please sign in to comment.