fixed flake8

This commit is contained in:
Beverly Nguyen
2024-12-04 14:32:17 -08:00
parent b49f579ece
commit 0f7d09ac74

View File

@@ -282,7 +282,7 @@ def guidance_index():
def contact(): def contact():
return render_template( return render_template(
"views/contact.html", "views/contact.html",
) )
@main.route("/about") @main.route("/about")