Skip to content

Commit

Permalink
fix: Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Feb 6, 2025
1 parent 9473b39 commit c5c7f94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ai/backend/manager/models/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,6 @@ def _OR_coalesce(
) -> WhereClauseType:
return base_cond | _cond if base_cond is not None else _cond

# TODO: Improve this. (It is just implementaion example.)
if self.registry_id_to_additional_permission_map:
registry_id = list(self.registry_id_to_additional_permission_map)[0]

Expand Down

0 comments on commit c5c7f94

Please sign in to comment.