From d64d84ff4ac299973417ea637855973e0945fbcb Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 13 Mar 2025 15:51:24 -0700 Subject: [PATCH] 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 475fd4e82..854f2411a 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -268,7 +268,7 @@ def notify_service_ending(): return render_template( "views/notify-service-ending.html", - navigation_links = navigation_links + navigation_links=navigation_links )