Skip to content

Commit dea6271

Browse files
committed
reformatted ending of list for PEP reasons
1 parent 6ccf862 commit dea6271

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

SoftLayer/CLI/block/snapshot/schedule_list.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def cli(env, volume_id):
2929
'day_of_week',
3030
'date_of_month',
3131
'month_of_year',
32-
'maximum_snapshots',
33-
])
32+
'maximum_snapshots'])
3433

3534
for schedule in snapshot_schedules:
3635

SoftLayer/CLI/file/snapshot/schedule_list.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def cli(env, volume_id):
2929
'day_of_week',
3030
'date_of_month',
3131
'month_of_year',
32-
'maximum_snapshots',
33-
])
32+
'maximum_snapshots'])
3433

3534
for schedule in snapshot_schedules:
3635

0 commit comments

Comments
 (0)