mirror of https://github.com/zulip/zulip.git
actions: Remove unnecessary import of EmailMessage.
Usually we don't bother with unused imports, but this helps with reasoning about where we use the Django mail APIs in Zulip.
This commit is contained in:
parent
533eccd655
commit
aa5ca4e549
|
@ -95,7 +95,6 @@ from django.db import transaction, IntegrityError, connection
|
|||
from django.db.models import F, Q, Max, Sum
|
||||
from django.db.models.query import QuerySet
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.core.mail import EmailMessage
|
||||
from django.utils.timezone import now as timezone_now
|
||||
|
||||
from confirmation.models import Confirmation, create_confirmation_link
|
||||
|
|
Loading…
Reference in New Issue