Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos committed Nov 4, 2020
1 parent 2805cc4 commit 6755802
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ihatemoney/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,9 @@ def home():

@main.route("/download-mobile-app", methods=["GET"])
def downloadMobileApp():
if request.method == 'GET':
return render_template(
"download_mobile_app.html"
)
if request.method == "GET":
return render_template("download_mobile_app.html")


@main.route("/create", methods=["GET", "POST"])
@requires_admin(bypass=("ALLOW_PUBLIC_PROJECT_CREATION", True))
Expand Down

0 comments on commit 6755802

Please sign in to comment.