mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 17:38:02 -04:00
Remove hilite imports
This commit is contained in:
@@ -30,7 +30,6 @@ from app.models import FactNotificationStatus, Notification, NotificationHistory
|
|||||||
from app.utils import (
|
from app.utils import (
|
||||||
escape_special_characters,
|
escape_special_characters,
|
||||||
get_midnight_in_utc,
|
get_midnight_in_utc,
|
||||||
hilite,
|
|
||||||
midnight_n_days_ago,
|
midnight_n_days_ago,
|
||||||
utc_now,
|
utc_now,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ from app.notifications.process_notifications import (
|
|||||||
send_notification_to_queue,
|
send_notification_to_queue,
|
||||||
)
|
)
|
||||||
from app.schemas import invited_user_schema
|
from app.schemas import invited_user_schema
|
||||||
from app.utils import hilite, utc_now
|
from app.utils import utc_now
|
||||||
from notifications_utils.url_safe_token import check_token, generate_token
|
from notifications_utils.url_safe_token import check_token, generate_token
|
||||||
|
|
||||||
service_invite = Blueprint("service_invite", __name__)
|
service_invite = Blueprint("service_invite", __name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user