Skip to content

Commit

Permalink
Update import to import send_email from dm_mandrill …
Browse files Browse the repository at this point in the history
Because we now have 3 different methods of sending emails we should update utils to ensure `send_email` is imported from the client specific sub-directory of `emails` in utils
  • Loading branch information
benvand committed Feb 28, 2018
1 parent 729b4b1 commit 23ad172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/helpers/briefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from flask_login import current_user

from dmapiclient.audit import AuditTypes
from dmutils.email import send_email
from dmutils.email.dm_mandrill import send_email
from dmutils.email.exceptions import EmailError


Expand Down

0 comments on commit 23ad172

Please sign in to comment.