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 8c31883 commit fdac3bfCopy full SHA for fdac3bf
anymail/message.py
@@ -1,8 +1,8 @@
1
from email.mime.image import MIMEImage
2
-from email.utils import unquote
+from email.utils import make_msgid, unquote
3
from pathlib import Path
4
5
-from django.core.mail import EmailMessage, EmailMultiAlternatives, make_msgid
+from django.core.mail import EmailMessage, EmailMultiAlternatives
6
7
from .utils import UNSET
8
0 commit comments