summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-29 14:25:28 +0100
committerDavid Baker <dave@matrix.org>2016-04-29 14:25:28 +0100
commit6c8957be7f2b27b753d75df2d67989e09a6d6286 (patch)
tree64dd782a215f87971a650dc2dab38899287263fa /synapse/config
parentCorrect default template and add text template (diff)
downloadsynapse-6c8957be7f2b27b753d75df2d67989e09a6d6286.tar.xz
Remove redundant docstring
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/emailconfig.py4
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