Skip to content
Snippets Groups Projects
Commit e93c25a5 authored by Marcus's avatar Marcus
Browse files

remove too strict typing

parent 8ba5f1f9
No related branches found
No related tags found
1 merge request!97Make shadow configurable
......@@ -289,7 +289,7 @@ class UserInfo(Mapping):
return set([self._group_masked_for_bwidm(grp) for grp in grouplist])
def groups_from_entitlement_mapped(self) -> list[str]:
def groups_from_entitlement_mapped(self) -> list:
"""Return a list of groups based on map in config"""
group_list = regex.findall(r"[^\s]+.*", CONFIG.groups.map)
group_map = [x.split(" -> ") for x in group_list]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment