Skip to content
Snippets Groups Projects
Verified Commit 413582bb authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add missing return type hint

parent edd01b5a
No related branches found
No related tags found
1 merge request!137Generalise notifications and implement SMS notifications
Pipeline #720 failed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment