summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-04 13:51:23 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-06-04 13:51:23 +0100
commit1cc5fc1f6c316e8ea1c50669cd80f4a7d441570a (patch)
treeeaada74528a2688c712963a2c4d90187be537396 /synapse/config
parentMake account validity renewal emails work when email notifs are disabled (diff)
downloadsynapse-1cc5fc1f6c316e8ea1c50669cd80f4a7d441570a.tar.xz
Lint
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/emailconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py
index cf4875f1f3..7ca3505895 100644
--- a/synapse/config/emailconfig.py
+++ b/synapse/config/emailconfig.py
@@ -138,7 +138,6 @@ class EmailConfig(Config):
                 if not os.path.isfile(p):
                     raise ConfigError("Unable to find email template file %s" % (p, ))
 
-
     def default_config(self, config_dir_path, server_name, **kwargs):
         return """
         # Enable sending emails for notification events or expiry notices