Skip to content

Commit

Permalink
fix List
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysikov committed Sep 27, 2024
1 parent 9b30cb5 commit 6f84b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ def _search_ldap(self, ldap, con, username):
# return
return user_dn, user_info

def _ldap_get_nested_groups(self, ldap, con, user_dn) -> list[str]:
def _ldap_get_nested_groups(self, ldap, con, user_dn) -> List[str]:
"""
Searches nested groups for user. Only for MS AD version.
Expand Down

0 comments on commit 6f84b69

Please sign in to comment.