del: todo

This commit is contained in:
timeshifter
2021-12-03 20:26:33 +01:00
parent 55f836c01d
commit bd1ff01c08
-1
View File
@@ -126,7 +126,6 @@ class Manager:
return common_snapshots[-1] return common_snapshots[-1]
# TODO this is accessed from both Manager and Dataset. Refactor?
def _get_regex_matching_snapshots_with_tags(tags: list[str]): def _get_regex_matching_snapshots_with_tags(tags: list[str]):
return "@" + ".*".join(tags) return "@" + ".*".join(tags)