Skip to content
Snippets Groups Projects
Commit 311b5ce0 authored by David Baker's avatar David Baker
Browse files

pep8

parent 3facde25
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ class Mailer(object):
multipart_msg.attach(text_part)
multipart_msg.attach(html_part)
yield sendmail(
self.hs.config.email_smtp_host,
raw_from, raw_to, multipart_msg.as_string(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment