Skip to content

Commit

Permalink
#1395 black format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Aug 27, 2024
1 parent 87d4aca commit ef80772
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subscribie/blueprints/subscriber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,7 @@ def subscriber_invoices():
get_stripe_invoices()
invoices = g.subscriber.invoices(skipFetchDeclineCode=False)
invoices.reverse()
return render_template(
"subscriber/subscriber_invoices.html", invoices=invoices
)
return render_template("subscriber/subscriber_invoices.html", invoices=invoices)


@subscriber.route("/account/invoice/download/<invoice_id>")
Expand Down

0 comments on commit ef80772

Please sign in to comment.