From 4f9f4330083b1e05efa0731d3b380e0ed49baabc Mon Sep 17 00:00:00 2001 From: Spitap Date: Tue, 27 Dec 2022 19:56:12 +0100 Subject: [PATCH] PEP --- modoboa_installer/scripts/postwhite.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modoboa_installer/scripts/postwhite.py b/modoboa_installer/scripts/postwhite.py index a8aaa49..02ccc36 100644 --- a/modoboa_installer/scripts/postwhite.py +++ b/modoboa_installer/scripts/postwhite.py @@ -52,7 +52,6 @@ class Postwhite(base.Installer): self.postw_bin = os.path.join(self.postw_dir, "postwhite") utils.exec_cmd("{} /etc/postwhite.conf".format(self.postw_bin)) - def custom_backup(self, path): """Backup custom configuration if any.""" postswhite_custom = "/etc/postwhite.conf"