Update utils and remove expanded argument

This argument was removed in https://github.com/alphagov/notifications-utils/pull/643
This commit is contained in:
Chris Hill-Scott
2019-09-02 16:12:56 +01:00
parent df617c570e
commit 17b8c0194b
3 changed files with 5 additions and 6 deletions

View File

@@ -355,7 +355,6 @@ def get_template(
template,
from_name=service.name,
from_address='{}@notifications.service.gov.uk'.format(service.email_from),
expanded=expand_emails,
show_recipient=show_recipient,
redact_missing_personalisation=redact_missing_personalisation,
reply_to=email_reply_to,