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:
Tim Abbott 2018-07-12 12:32:15 +05:30
parent 533eccd655
commit aa5ca4e549
1 changed files with 0 additions and 1 deletions

View File

@ -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