From e5b8d19856af7f7e114d2b582dd2b383bc9571d7 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 11 Jan 2023 17:14:47 +0100 Subject: [PATCH] Make the linter happy --- lib/pp_admintools/app/check_ldap_dn_attributes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pp_admintools/app/check_ldap_dn_attributes.py b/lib/pp_admintools/app/check_ldap_dn_attributes.py index f2a37d2..35e045b 100644 --- a/lib/pp_admintools/app/check_ldap_dn_attributes.py +++ b/lib/pp_admintools/app/check_ldap_dn_attributes.py @@ -31,7 +31,7 @@ from ..config.ldap import LdapConfiguration from .ldap import LdapAppError from .ldap import BaseLdapApplication -__version__ = '0.3.3' +__version__ = '0.3.4' LOG = logging.getLogger(__name__) _ = XLATOR.gettext @@ -210,7 +210,6 @@ class CheckLdapDnAttributesApplication(BaseLdapApplication): for val in entry[attr]: print(" - '{}'".format(val), file=out) - # ------------------------------------------------------------------------- def check_entry(self, dn): -- 2.39.5