Skip to content

Commit 7186d50

Browse files
caberoscaberos
authored andcommitted
fix tox tool
1 parent 521088e commit 7186d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoftLayer/managers/ordering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ def delete_quote(self, quote_id):
746746

747747
return self.client['SoftLayer_Billing_Order_Quote'].deleteQuote(id=quote_id)
748748

749+
# pylint: disable=R0904
749750
def get_all_cancelation(self):
750751
"""returns the all cancelations, completed orders"""
751752

0 commit comments

Comments
 (0)