summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/security_group.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/compute/v2/security_group.py')
-rw-r--r--openstackclient/compute/v2/security_group.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/security_group.py b/openstackclient/compute/v2/security_group.py
index a514085b..e3f542b5 100644
--- a/openstackclient/compute/v2/security_group.py
+++ b/openstackclient/compute/v2/security_group.py
@@ -187,7 +187,6 @@ class DeleteSecurityGroup(command.Command):
parsed_args.group,
)
compute_client.security_groups.delete(data.id)
- return
class DeleteSecurityGroupRule(command.Command):
@@ -209,7 +208,6 @@ class DeleteSecurityGroupRule(command.Command):
compute_client = self.app.client_manager.compute
compute_client.security_group_rules.delete(parsed_args.rule)
- return
class ListSecurityGroup(lister.Lister):