From 0f7d09ac74a714fc0616987298722a383190e64a Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 4 Dec 2024 14:32:17 -0800 Subject: [PATCH] fixed flake8 --- app/main/views/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 8abb616db..4478f225c 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -282,7 +282,7 @@ def guidance_index(): def contact(): return render_template( "views/contact.html", -) + ) @main.route("/about")