diff options
author | David Baker <dave@matrix.org> | 2016-04-29 14:37:30 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-04-29 14:37:30 +0100 |
commit | 311b5ce051cf979f30f6aa53051b1349326b2235 (patch) | |
tree | 9f27ba328db70b7c95c39af7eff68a5b95853512 /synapse/push | |
parent | Remove rather pointless get function (diff) | |
download | synapse-311b5ce051cf979f30f6aa53051b1349326b2235.tar.xz |
pep8
Diffstat (limited to 'synapse/push')
-rw-r--r-- | synapse/push/mailer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py index 4fd89b3e90..0ab5168e20 100644 --- a/synapse/push/mailer.py +++ b/synapse/push/mailer.py @@ -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(), |