From 5b48127155c65f0a12d4262f2ac6fe8d5749d24a Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Fri, 15 Nov 2024 12:00:06 -0500 Subject: [PATCH] Fixed linting error --- app/main/views/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main/views/index.py b/app/main/views/index.py index 5116cb634..0ad44267e 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -18,6 +18,7 @@ from app.main.views.sub_navigation_dictionaries import ( from app.utils.user import user_is_logged_in from notifications_utils.url_safe_token import generate_token + # Hook to check for feature flags @main.before_request def check_feature_flags():