Skip to content

Commit

Permalink
Fix PEP 8 minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuoris committed Aug 16, 2017
1 parent 42a97c9 commit d5d4e43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openprocurement/tender/esco/npv_calculation.py
Expand Up @@ -65,10 +65,10 @@ def calculate_payment(


def calculate_payments(
yearly_payments_percentage,
client_cost_reductions,
days_with_payments,
days_for_discount_rate):
yearly_payments_percentage,
client_cost_reductions,
days_with_payments,
days_for_discount_rate):
'''Calculates client payments to a participant'''

lists = zip(
Expand Down

0 comments on commit d5d4e43

Please sign in to comment.