Skip to content

Commit 0633498

Browse files
authored
Update partners.py
updated the fstring
1 parent 798699d commit 0633498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/block/replication/partners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@click.argument('volume-id')
1717
@click.option('--columns',
1818
callback=column_helper.get_formatter(COLUMNS),
19-
help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
19+
help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
2020
default=','.join(DEFAULT_COLUMNS))
2121
@click.option('--sortby', help='Column to sort by', default='Username')
2222
@environment.pass_env

0 commit comments

Comments
 (0)