We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b06ed3 commit 4793012Copy full SHA for 4793012
services/notifications/src/simcore_service_notifications/modules/celery/_email_tasks.py
@@ -3,7 +3,7 @@
3
import logging
4
from email.headerregistry import Address
5
6
-from celery import Task
+from celery import Task # type: ignore[import-untyped]
7
from jinja2 import StrictUndefined
8
from models_library.rpc.notifications import Notification
9
from models_library.rpc.notifications.channels import EmailChannel
0 commit comments