0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-20 16:48:56 +02:00

Remove redundant docstring

This commit is contained in:
David Baker 2016-04-29 14:25:28 +01:00
parent 18ce88bd2d
commit 6c8957be7f

View file

@ -20,10 +20,6 @@ from ._base import Config
class EmailConfig(Config):
"""
Email Configuration
"""
def read_config(self, config):
self.email_enable_notifs = False