Skip to content

Commit fdac3bf

Browse files
committed
Import make_msgid from correct package
1 parent 8c31883 commit fdac3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anymail/message.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from email.mime.image import MIMEImage
2-
from email.utils import unquote
2+
from email.utils import make_msgid, unquote
33
from pathlib import Path
44

5-
from django.core.mail import EmailMessage, EmailMultiAlternatives, make_msgid
5+
from django.core.mail import EmailMessage, EmailMultiAlternatives
66

77
from .utils import UNSET
88

0 commit comments

Comments
 (0)