We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b581fa commit 05ffff5Copy full SHA for 05ffff5
SoftLayer/CLI/object_storage/credential/delete.py
@@ -4,7 +4,7 @@
4
import click
5
6
import SoftLayer
7
-from SoftLayer.CLI import environment, exceptions
+from SoftLayer.CLI import environment
8
9
10
@click.command()
SoftLayer/CLI/object_storage/credential/limit.py
@@ -12,7 +12,7 @@
12
@click.argument('identifier')
13
@environment.pass_env
14
def cli(env, identifier):
15
- """ Credential limits for this IBM Cloud Object Storage account."""
+ """Credential limits for this IBM Cloud Object Storage account."""
16
17
mgr = SoftLayer.ObjectStorageManager(env.client)
18
limit = mgr.limit_credential(identifier)
0 commit comments