send_email: Remove confusing comment.

This commit is contained in:
Rishi Gupta 2017-08-25 14:28:11 -07:00 committed by Tim Abbott
parent 1a43ef40cf
commit 1215757217
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class FromAddress(object):
SUPPORT = parseaddr(settings.ZULIP_ADMINISTRATOR)[1]
NOREPLY = parseaddr(settings.NOREPLY_EMAIL_ADDRESS)[1]
# Intended only for test code
def build_email(template_prefix, to_user_id=None, to_email=None, from_name=None,
from_address=None, reply_to_email=None, context=None):
# type: (str, Optional[int], Optional[Text], Optional[Text], Optional[Text], Optional[Text], Optional[Dict[str, Any]]) -> EmailMultiAlternatives