Skip to content

Commit 4edc635

Browse files
author
John Allan Canning
committed
Fixed linting issue
1 parent d4e5768 commit 4edc635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_python3_ldap/ldap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def has_user(self, **kwargs):
129129
in settings.LDAP_AUTH_USER_LOOKUP_FIELDS.
130130
"""
131131
# Search the LDAP database.
132-
response = self._connection.search(
132+
self._connection.search(
133133
search_base=settings.LDAP_AUTH_SEARCH_BASE,
134134
search_filter=format_search_filter(kwargs),
135135
search_scope=ldap3.SUBTREE,

0 commit comments

Comments
 (0)