Skip to content

Commit 75444c4

Browse files
Fix tox analysis.
1 parent fb00f9d commit 75444c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SoftLayer/CLI/virt/authorize_storage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
help="The portable storage id to be added to the virtual server")
1919
@environment.pass_env
2020
def cli(env, identifier, username_storage, portable_id):
21-
"""Authorize File, Block and Portable Storage to a Virtual Server.
22-
"""
21+
"""Authorize File, Block and Portable Storage to a Virtual Server."""
2322
vs = SoftLayer.VSManager(env.client)
2423
vs_id = helpers.resolve_id(vs.resolve_ids, identifier, 'vs')
2524
table = formatting.KeyValueTable(['name', 'value'], title="Portable Storage Detail")

0 commit comments

Comments
 (0)