Skip to content

Commit 05ffff5

Browse files
author
Fernando Ojeda
committed
Refactor object storage credentials.
1 parent 1b581fa commit 05ffff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SoftLayer/CLI/object_storage/credential/delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import click
55

66
import SoftLayer
7-
from SoftLayer.CLI import environment, exceptions
7+
from SoftLayer.CLI import environment
88

99

1010
@click.command()

SoftLayer/CLI/object_storage/credential/limit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@click.argument('identifier')
1313
@environment.pass_env
1414
def cli(env, identifier):
15-
""" Credential limits for this IBM Cloud Object Storage account."""
15+
"""Credential limits for this IBM Cloud Object Storage account."""
1616

1717
mgr = SoftLayer.ObjectStorageManager(env.client)
1818
limit = mgr.limit_credential(identifier)

0 commit comments

Comments
 (0)