mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
Getting imports right to use app.enums
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -41,7 +41,7 @@ def url_with_token(data, url, config, base_url=None):
|
||||
|
||||
|
||||
def get_template_instance(template, values):
|
||||
from app.models import TemplateType
|
||||
from app.enums import TemplateType
|
||||
|
||||
return {
|
||||
TemplateType.SMS: SMSMessageTemplate,
|
||||
|
||||
Reference in New Issue
Block a user