diff options
author | David Baker <dave@matrix.org> | 2016-04-29 14:25:28 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-04-29 14:25:28 +0100 |
commit | 6c8957be7f2b27b753d75df2d67989e09a6d6286 (patch) | |
tree | 64dd782a215f87971a650dc2dab38899287263fa /synapse/config/emailconfig.py | |
parent | Correct default template and add text template (diff) | |
download | synapse-6c8957be7f2b27b753d75df2d67989e09a6d6286.tar.xz |
Remove redundant docstring
Diffstat (limited to '')
-rw-r--r-- | synapse/config/emailconfig.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py index 6db01fa145..761ac33112 100644 --- a/synapse/config/emailconfig.py +++ b/synapse/config/emailconfig.py @@ -20,10 +20,6 @@ from ._base import Config class EmailConfig(Config): - """ - Email Configuration - """ - def read_config(self, config): self.email_enable_notifs = False |