summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/credential.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/identity/v3/credential.py')
-rw-r--r--openstackclient/identity/v3/credential.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/identity/v3/credential.py b/openstackclient/identity/v3/credential.py
index 6208b320..b0d2cafd 100644
--- a/openstackclient/identity/v3/credential.py
+++ b/openstackclient/identity/v3/credential.py
@@ -84,7 +84,6 @@ class DeleteCredential(command.Command):
def take_action(self, parsed_args):
identity_client = self.app.client_manager.identity
identity_client.credentials.delete(parsed_args.credential)
- return
class ListCredential(command.Lister):
@@ -155,8 +154,6 @@ class SetCredential(command.Command):
blob=parsed_args.data,
project=project)
- return
-
class ShowCredential(command.ShowOne):
"""Show credential command"""