mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Linting fixes
This commit is contained in:
@@ -2,7 +2,6 @@ import logging
|
|||||||
|
|
||||||
from flask import (
|
from flask import (
|
||||||
abort,
|
abort,
|
||||||
current_app,
|
|
||||||
redirect,
|
redirect,
|
||||||
render_template,
|
render_template,
|
||||||
request,
|
request,
|
||||||
|
|||||||
@@ -213,7 +213,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
|||||||
"support",
|
"support",
|
||||||
"suspend_service",
|
"suspend_service",
|
||||||
"template_usage",
|
"template_usage",
|
||||||
"test_feature_flags",
|
|
||||||
"tour_step",
|
"tour_step",
|
||||||
"trial_mode",
|
"trial_mode",
|
||||||
"trial_mode_new",
|
"trial_mode_new",
|
||||||
|
|||||||
Reference in New Issue
Block a user