Skip to content

Commit 1417c26

Browse files
caberoscaberos
authored andcommitted
fix the tox analysis
1 parent 4a15aad commit 1417c26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoftLayer/CLI/licenses/cancel.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def cli(env, key, immediate):
2727
if vm_ware.get('key') == key:
2828
vm_ware_find = True
2929
licenses.cancel_item(utils.lookup(vm_ware, 'billingItem', 'id'),
30-
immediate,
31-
'Cancel by cli command',
32-
'Cancel by cli command')
30+
immediate,
31+
'Cancel by cli command',
32+
'Cancel by cli command')
3333
break
3434

3535
if not vm_ware_find:

0 commit comments

Comments
 (0)