Skip to content

Commit 25905b3

Browse files
committed
Fixed PEP8 E231 issue
1 parent 908dae9 commit 25905b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/storage_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _format_name(obj):
5151
"""),
5252
column_helper.Column(
5353
'source_subnet',
54-
('allowedHost','sourceSubnet',),
54+
('allowedHost', 'sourceSubnet',),
5555
"""
5656
allowedVirtualGuests.allowedHost.sourceSubnet
5757
allowedHardware.allowedHost.sourceSubnet

0 commit comments

Comments
 (0)