From 9c483f549908ef2a67ef4cda7b2c99f6efa54261 Mon Sep 17 00:00:00 2001 From: Victor Zhestkov <35733135+vzhestkov@users.noreply.github.com> Date: Fri, 11 Dec 2020 15:21:09 +0300 Subject: [PATCH] Update zyppnotify Blank line removed --- scripts/suse/zypper/plugins/commit/zyppnotify | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/suse/zypper/plugins/commit/zyppnotify b/scripts/suse/zypper/plugins/commit/zyppnotify index ec637d4fc08..bacbc8b97e4 100755 --- a/scripts/suse/zypper/plugins/commit/zyppnotify +++ b/scripts/suse/zypper/plugins/commit/zyppnotify @@ -24,7 +24,6 @@ class DriftDetector(Plugin): if not os.path.exists(self.rpm_path): self.rpm_path = "/var/lib/rpm/Packages" - def _get_mtime(self): """ Get the modified time of the RPM Database.