diff --git a/aleksis/core/util/notifications.py b/aleksis/core/util/notifications.py index eb99adf686251728ce6aab292dd762017cda74de..5f6f8fded9a00323b2695e27268d4d4a744c0525 100644 --- a/aleksis/core/util/notifications.py +++ b/aleksis/core/util/notifications.py @@ -20,7 +20,7 @@ from .core_helpers import celery_optional, lazy_config def send_templated_sms( template_name: str, from_number: str, recipient_list: Sequence[str], context: dict -): +) -> None: """ Render a plan-text template and send via SMS to all recipients. """ template = get_template(template_name)