Skip to content

Commit 0fe4b31

Browse files
committed
there is only one type of group
1 parent b7167f9 commit 0fe4b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

umapi_client/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def add_to_groups(self, groups=None, all_groups=False):
152152
glist = {"group": [group for group in groups]}
153153
return self.append(add=glist)
154154

155-
def remove_from_groups(self, groups=None, all_groups=False, group_type=None):
155+
def remove_from_groups(self, groups=None, all_groups=False):
156156
"""
157157
Remove user from some PLC groups, or all of them.
158158
:param groups: list of group names the user should be removed from

0 commit comments

Comments
 (0)