forked from MirrorHub/synapse
Lint
This commit is contained in:
parent
ac3cc32367
commit
1cc5fc1f6c
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ class EmailConfig(Config):
|
||||||
if not os.path.isfile(p):
|
if not os.path.isfile(p):
|
||||||
raise ConfigError("Unable to find email template file %s" % (p, ))
|
raise ConfigError("Unable to find email template file %s" % (p, ))
|
||||||
|
|
||||||
|
|
||||||
def default_config(self, config_dir_path, server_name, **kwargs):
|
def default_config(self, config_dir_path, server_name, **kwargs):
|
||||||
return """
|
return """
|
||||||
# Enable sending emails for notification events or expiry notices
|
# Enable sending emails for notification events or expiry notices
|
||||||
|
|
Loading…
Reference in a new issue