fix flake 8

This commit is contained in:
Kenneth Kehl
2024-08-15 10:40:26 -07:00
parent 146f0cc787
commit 3fde9c5d5d
6 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,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__)