diff --git a/src/api/tasks.py b/src/api/tasks.py index 04267ad..a32abe7 100644 --- a/src/api/tasks.py +++ b/src/api/tasks.py @@ -9,6 +9,7 @@ from . import models from .messages import send_whatsapp_message +from .unrelated import send_prescription_email # noqa: F401 logger = logging.getLogger("twilio_whatsapp")