Skip to content
Snippets Groups Projects
Unverified Commit 1cc5fc1f authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Lint

parent ac3cc323
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,6 @@ class EmailConfig(Config): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment