From: Frank Brehm Date: Wed, 11 Jan 2023 16:14:47 +0000 (+0100) Subject: Make the linter happy X-Git-Tag: 0.8.0^2~2 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=e5b8d19856af7f7e114d2b582dd2b383bc9571d7;p=pixelpark%2Fpp-admin-tools.git Make the linter happy --- 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):