Skip to content

Commit

Permalink
Merge pull request #32 from input-output-hk/python-script-formatting
Browse files Browse the repository at this point in the history
Fix formatting of the Python script
  • Loading branch information
Mikhail Zabaluev committed Jul 20, 2021
2 parents 6ade8c0 + 49ab8a7 commit ca853f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/proposers_rewards.py
Expand Up @@ -336,7 +336,7 @@ def calc_results(
result = Result(
proposal_id=proposal_id,
proposal=proposal.proposal_title,
overall_score=proposal.proposal_impact_score/100,
overall_score=proposal.proposal_impact_score / 100,
yes=yes_result,
no=no_result,
result=total_result,
Expand Down

0 comments on commit ca853f6

Please sign in to comment.