Flake8 fix

This commit is contained in:
Christopher Neugebauer 2016-04-26 13:56:10 +10:00
parent ddadf7081f
commit 8afb31a118

View file

@ -27,7 +27,6 @@ class DiscountAndQuantity(object):
'''
def __init__(self, discount, clause, quantity):
self.discount = discount
self.clause = clause