mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-01 10:05:00 -05:00
Lint
This commit is contained in:
parent
ac3cc32367
commit
1cc5fc1f6c
@ -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…
x
Reference in New Issue
Block a user