From 05adc6c2de7def8058d97e9644dddca639886322 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Wed, 20 Apr 2016 13:02:45 +0100
Subject: [PATCH] more pep8

---
 synapse/push/mailer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py
index 93d3866ec7..97cba2ec2b 100644
--- a/synapse/push/mailer.py
+++ b/synapse/push/mailer.py
@@ -45,4 +45,4 @@ class Mailer(object):
 
         smtp = smtplib.SMTP(self.smtp_host, self.smtp_port)
         smtp.sendmail(raw_from, raw_to, text_part.as_string())
-        smtp.quit()
\ No newline at end of file
+        smtp.quit()
-- 
GitLab