mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove redundant docstring
This commit is contained in:
parent
18ce88bd2d
commit
6c8957be7f
@ -20,10 +20,6 @@ from ._base import Config
|
|||||||
|
|
||||||
|
|
||||||
class EmailConfig(Config):
|
class EmailConfig(Config):
|
||||||
"""
|
|
||||||
Email Configuration
|
|
||||||
"""
|
|
||||||
|
|
||||||
def read_config(self, config):
|
def read_config(self, config):
|
||||||
self.email_enable_notifs = False
|
self.email_enable_notifs = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user