Skip to content

Commit

Permalink
confirmation: Removed unused send_email import.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerkid authored and timabbott committed Jun 16, 2018
1 parent d8e0c95 commit 9d827a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confirmation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from django.shortcuts import render
from django.utils.timezone import now as timezone_now

from zerver.lib.send_email import send_email
from zerver.lib.utils import generate_random_token
from zerver.models import PreregistrationUser, EmailChangeStatus, MultiuseInvite, \
UserProfile, Realm
Expand Down

0 comments on commit 9d827a0

Please sign in to comment.