diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-12-16 14:56:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-12-16 14:56:41 +0000 |
| commit | 251939fb366ccaf0822562705e856c5a6a508ac6 (patch) | |
| tree | f58c930d99a7ce720ecfe6ce917b4a13f9a16e68 /openstackclient/compute/v2/security_group.py | |
| parent | d72f6228cf0823f4a13df9da84455e1d6c242c76 (diff) | |
| parent | 494659fbe432795c846a4e4e59e7faf4a25b6dca (diff) | |
| download | python-openstackclient-251939fb366ccaf0822562705e856c5a6a508ac6.tar.gz | |
Merge "Trivial: Remove useless return from files in compute."
Diffstat (limited to 'openstackclient/compute/v2/security_group.py')
| -rw-r--r-- | openstackclient/compute/v2/security_group.py | 2 |
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): |
