Skip to content

Commit f7860d0

Browse files
author
Stanislav Lysikov
committed
fix linter
1 parent 4058c83 commit f7860d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flask_appbuilder/security/manager.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,10 @@ def _search_ldap(self, ldap, con, username):
987987
nested_groups_filter_str,
988988
nested_groups_request_fields,
989989
)
990-
log.debug("LDAP search for nested groups returned: %s", nested_groups_search_result)
990+
log.debug(
991+
"LDAP search for nested groups returned: %s",
992+
nested_groups_search_result,
993+
)
991994

992995
nested_groups = [
993996
x[0].encode() for x in nested_groups_search_result if x[0] is not None

0 commit comments

Comments
 (0)