summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/group.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/identity/v3/group.py')
-rw-r--r--openstackclient/identity/v3/group.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/identity/v3/group.py b/openstackclient/identity/v3/group.py
index b3d893ce..a4cdd583 100644
--- a/openstackclient/identity/v3/group.py
+++ b/openstackclient/identity/v3/group.py
@@ -182,7 +182,6 @@ class DeleteGroup(command.Command):
group,
parsed_args.domain)
identity_client.groups.delete(group_obj.id)
- return
class ListGroup(command.Lister):
@@ -322,7 +321,6 @@ class SetGroup(command.Command):
sys.stderr.write("Group not updated, no arguments present")
return
identity_client.groups.update(group.id, **kwargs)
- return
class ShowGroup(command.ShowOne):