Trivial: Remove useless return from files in compute.

Change-Id: I9dc6749256fcd53d292d7f658912c032e9ce9df5
This commit is contained in:
Tang Chen
2015-12-17 09:34:12 +08:00
parent f65f82e435
commit 494659fbe4
10 changed files with 0 additions and 15 deletions

View File

@@ -97,7 +97,6 @@ class DeleteKeypair(command.Command):
def take_action(self, parsed_args):
compute_client = self.app.client_manager.compute
compute_client.keypairs.delete(parsed_args.name)
return
class ListKeypair(lister.Lister):