From: Frank Brehm Date: Wed, 24 May 2023 13:50:53 +0000 (+0200) Subject: Make the linter happy X-Git-Tag: 0.9.0~1^2~23 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=bfcd77e82f85c5498f74e9edf66ff8215292791c;p=pixelpark%2Fpp-admin-tools.git Make the linter happy --- diff --git a/lib/pp_admintools/app/barracuda_sync.py b/lib/pp_admintools/app/barracuda_sync.py index f0a0c12..8c725eb 100644 --- a/lib/pp_admintools/app/barracuda_sync.py +++ b/lib/pp_admintools/app/barracuda_sync.py @@ -609,7 +609,6 @@ class BarracudaSyncApp(BaseLdapApplication): msg = _('LDAP Entries to create:') + '\n' + pp(self.aliases_to_create) LOG.debug(msg) - # ------------------------------------------------------------------------- def _run(self):