Fix email_utils.py formatting

This commit is contained in:
Fabio Widmer 2020-08-14 16:50:59 +02:00
parent 9fa9dbe821
commit fbb17b1f57
No known key found for this signature in database
GPG key ID: B1EC11D925800D35

View file

@ -44,10 +44,8 @@ def render(template_name, **kwargs) -> str:
template = env.get_template(template_name)
return template.render(
MAX_NB_EMAIL_FREE_PLAN=MAX_NB_EMAIL_FREE_PLAN,
URL=URL,
**kwargs,
)
MAX_NB_EMAIL_FREE_PLAN=MAX_NB_EMAIL_FREE_PLAN, URL=URL, **kwargs,
)
def send_welcome_email(user):