mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-25 12:01:38 -05:00
Remove hilite imports
This commit is contained in:
@@ -30,7 +30,6 @@ from app.models import FactNotificationStatus, Notification, NotificationHistory
|
||||
from app.utils import (
|
||||
escape_special_characters,
|
||||
get_midnight_in_utc,
|
||||
hilite,
|
||||
midnight_n_days_ago,
|
||||
utc_now,
|
||||
)
|
||||
|
||||
@@ -25,7 +25,7 @@ from app.notifications.process_notifications import (
|
||||
send_notification_to_queue,
|
||||
)
|
||||
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
|
||||
|
||||
service_invite = Blueprint("service_invite", __name__)
|
||||
|
||||
Reference in New Issue
Block a user