mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 17:03:13 -04:00
Fixed linting error
This commit is contained in:
@@ -18,6 +18,7 @@ from app.main.views.sub_navigation_dictionaries import (
|
|||||||
from app.utils.user import user_is_logged_in
|
from app.utils.user import user_is_logged_in
|
||||||
from notifications_utils.url_safe_token import generate_token
|
from notifications_utils.url_safe_token import generate_token
|
||||||
|
|
||||||
|
|
||||||
# Hook to check for feature flags
|
# Hook to check for feature flags
|
||||||
@main.before_request
|
@main.before_request
|
||||||
def check_feature_flags():
|
def check_feature_flags():
|
||||||
|
|||||||
Reference in New Issue
Block a user