Code quality

This commit is contained in:
Carlos Quintana 2022-05-20 08:58:02 +02:00
parent 6e905f769d
commit 7ce4aa6e96
No known key found for this signature in database
GPG Key ID: 15E73DCC410679F8
1 changed files with 1 additions and 3 deletions

View File

@ -4,6 +4,4 @@ from flask import render_template
@onboarding_bp.route("/", methods=["GET"])
def index():
return render_template(
"onboarding/index.html"
)
return render_template("onboarding/index.html")