diff --git a/webapp/utils.py b/webapp/utils.py index 759f8a4..328874c 100644 --- a/webapp/utils.py +++ b/webapp/utils.py @@ -168,5 +168,3 @@ def add_to_mailinglist(email: str): ) send_email(to, subject, body) - -