diff --git a/uffd/ldap.py b/uffd/ldap.py
index 7801835090da75a9b406d4c890203011816feb24..9d49a10c5b65dec6e83db4731aeca3a41d4c8cb8 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):