summary refs log tree commit diff
path: root/synapse/push
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-29 14:37:30 +0100
committerDavid Baker <dave@matrix.org>2016-04-29 14:37:30 +0100
commit311b5ce051cf979f30f6aa53051b1349326b2235 (patch)
tree9f27ba328db70b7c95c39af7eff68a5b95853512 /synapse/push
parentRemove rather pointless get function (diff)
downloadsynapse-311b5ce051cf979f30f6aa53051b1349326b2235.tar.xz
pep8
Diffstat (limited to 'synapse/push')
-rw-r--r--synapse/push/mailer.py1
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(),