Skip to content

Commit 094bfeb

Browse files
caberoscaberos
authored andcommitted
fix tox tool
1 parent 7186d50 commit 094bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/ordering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
PRESET_MASK = '''id, name, keyName, description, prices[id, hourlyRecurringFee, recurringFee], locations'''
2020

2121

22+
# pylint: disable=R0904
2223
class OrderingManager(object):
2324
"""Manager to help ordering via the SoftLayer API.
2425
@@ -746,7 +747,6 @@ def delete_quote(self, quote_id):
746747

747748
return self.client['SoftLayer_Billing_Order_Quote'].deleteQuote(id=quote_id)
748749

749-
# pylint: disable=R0904
750750
def get_all_cancelation(self):
751751
"""returns the all cancelations, completed orders"""
752752

0 commit comments

Comments
 (0)