From 9b5df692bd43390f22d7eaf2a587e6d85448ef37 Mon Sep 17 00:00:00 2001 From: sistason <c3infra@sistason.de> Date: Sat, 13 Mar 2021 13:36:26 +0000 Subject: [PATCH] Update ldap.py to ignore PEP8 --- uffd/ldap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uffd/ldap.py b/uffd/ldap.py index 78018350..9d49a10c 100644 --- a/uffd/ldap.py +++ b/uffd/ldap.py @@ -3,7 +3,7 @@ from flask import current_app, request, abort, session import ldap3 from ldap3.core.exceptions import LDAPBindError -from ldapalchemy import LDAPMapper, LDAPCommitError # pylint: disable=unused-import +from ldapalchemy import LDAPMapper, LDAPCommitError # pylint: disable=unused-import from ldapalchemy.model import Query @@ -41,7 +41,7 @@ class FlaskLDAPMapper(LDAPMapper): class Model(self.Model): query_class = FlaskQuery - self.Model = Model # pylint: disable=invalid-name + self.Model = Model # pylint: disable=invalid-name @property def session(self): -- GitLab