mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
PR changes - some comment clarification and code simplifying
This commit is contained in:
@@ -12,9 +12,9 @@ from freezegun import freeze_time
|
||||
from app.dao.users_dao import create_user_code
|
||||
from app.dao.services_dao import dao_update_service, dao_fetch_service_by_id
|
||||
from app.models import (
|
||||
VerifyCode,
|
||||
User,
|
||||
Notification,
|
||||
User,
|
||||
VerifyCode,
|
||||
EMAIL_TYPE,
|
||||
SMS_TYPE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user