Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos committed Nov 27, 2021
1 parent 98e9d5e commit af34a23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ihatemoney/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,9 @@ def list_bills():
bill_form.payer.data = session["last_selected_payer"]

# Each item will be (weight_sum, Bill) tuple
weights_bills = g.project.get_bill_weights_ordered().paginate(per_page=100, error_out=True)
weights_bills = g.project.get_bill_weights_ordered().paginate(
per_page=100, error_out=True
)

return render_template(
"list_bills.html",
Expand Down

0 comments on commit af34a23

Please sign in to comment.