Skip to content

Commit

Permalink
style: gc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed May 14, 2024
1 parent c6d8ba3 commit 4719b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion silverback/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def __get_user_taskdata_handler(self, task_type: TaskType) -> list[TaskData]:
return self.tasks.get(task_type, [])

def __get_user_all_taskdata_handler(self) -> list[TaskData]:
# return {k: v for k, v in self.tasks.items() if str(k).startswith("user:")}
return [v for k, l in self.tasks.items() if str(k).startswith("user:") for v in l]

def broker_task_decorator(
Expand Down

0 comments on commit 4719b77

Please sign in to comment.