PR changes - some comment clarification and code simplifying

This commit is contained in:
Leo Hemsted
2017-11-07 16:05:43 +00:00
parent a8ebb10c8e
commit 67ae1fdb7b
3 changed files with 13 additions and 8 deletions

View File

@@ -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
)