Skip to content

Commit 6745436

Browse files
committed
Fix additional flake8 issues
1 parent c66eb16 commit 6745436

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SoftLayer/CLI/block/list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
column_helper.Column('active_transactions', ('activeTransactionCount',),
3030
mask="activeTransactionCount"),
3131
column_helper.Column(
32-
'created_by',
33-
('billingItem', 'orderItem', 'order', 'userRecord', 'username')),
32+
'created_by',
33+
('billingItem', 'orderItem', 'order', 'userRecord', 'username')),
3434
]
3535

3636
DEFAULT_COLUMNS = [

SoftLayer/CLI/file/list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
column_helper.Column('active_transactions', ('activeTransactionCount',),
2929
mask="activeTransactionCount"),
3030
column_helper.Column(
31-
'created_by',
32-
('billingItem', 'orderItem', 'order', 'userRecord', 'username')),
31+
'created_by',
32+
('billingItem', 'orderItem', 'order', 'userRecord', 'username')),
3333
]
3434

3535
DEFAULT_COLUMNS = [

0 commit comments

Comments
 (0)