Fixed linting error

This commit is contained in:
alexjanousekGSA
2024-11-15 12:00:06 -05:00
parent 2aa5dd0174
commit 5b48127155

View File

@@ -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():