From 6e48229616b22fd586d7dd1d61c21305dcc71846 Mon Sep 17 00:00:00 2001 From: Muhammad Adeel Tajamul <77053848+muhammadadeeltajamul@users.noreply.github.com> Date: Thu, 9 May 2024 15:16:59 +0500 Subject: [PATCH] fix: unregistered task of type for email notification (#34751) --- openedx/core/djangoapps/notifications/apps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/core/djangoapps/notifications/apps.py b/openedx/core/djangoapps/notifications/apps.py index 63d110191189..ffad68eccde6 100644 --- a/openedx/core/djangoapps/notifications/apps.py +++ b/openedx/core/djangoapps/notifications/apps.py @@ -18,3 +18,4 @@ def ready(self): """ # pylint: disable=unused-import from . import handlers + from .email import tasks