From bd1ff01c08efb66ca94670f1173688fb36b123f5 Mon Sep 17 00:00:00 2001 From: timeshifter Date: Fri, 3 Dec 2021 20:26:33 +0100 Subject: [PATCH] del: todo --- zfs-backup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zfs-backup.py b/zfs-backup.py index 7cb0ca4..fa7f348 100755 --- a/zfs-backup.py +++ b/zfs-backup.py @@ -126,7 +126,6 @@ class Manager: return common_snapshots[-1] -# TODO this is accessed from both Manager and Dataset. Refactor? def _get_regex_matching_snapshots_with_tags(tags: list[str]): return "@" + ".*".join(tags)