]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Make the linter happy
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 11 Jan 2023 16:14:47 +0000 (17:14 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 11 Jan 2023 16:14:47 +0000 (17:14 +0100)
lib/pp_admintools/app/check_ldap_dn_attributes.py

index f2a37d2e21202afc1df102c9e1955923e1f5adfc..35e045b65ad83481d8999139503a7498bbacb98f 100644 (file)
@@ -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):