From 497533c52e941d670852dae000f995c9911a5269 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Mon, 25 Nov 2024 13:40:14 -0500 Subject: [PATCH] More linting stuff --- 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 7604c4dc2..c172ab74e 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -13,6 +13,7 @@ from app.main.views.sub_navigation_dictionaries import ( ) from app.utils.user import user_is_logged_in + # Hook to check for feature flags @main.before_request def check_feature_flags():