diff options
author | Muthu Subramanian <muthu.subramanian.karunanidhi@ericsson.com> | 2015-07-08 16:05:46 +0530 |
---|---|---|
committer | Muthu Subramanian <muthu.subramanian.karunanidhi@ericsson.com> | 2015-07-08 16:05:46 +0530 |
commit | f53bae0c1948a8c0a229e0b20f237f7ff4b1d84c (patch) | |
tree | b3e0747beb863fb32545aa458c932320847b02cc /synapse/config/homeserver.py | |
parent | code beautify (diff) | |
download | synapse-f53bae0c1948a8c0a229e0b20f237f7ff4b1d84c.tar.xz |
code beautify
Diffstat (limited to 'synapse/config/homeserver.py')
-rw-r--r-- | synapse/config/homeserver.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/homeserver.py b/synapse/config/homeserver.py index 5c655c5373..d77f045406 100644 --- a/synapse/config/homeserver.py +++ b/synapse/config/homeserver.py @@ -27,6 +27,7 @@ from .appservice import AppServiceConfig from .key import KeyConfig from .saml2 import SAML2Config + class HomeServerConfig(TlsConfig, ServerConfig, DatabaseConfig, LoggingConfig, RatelimitConfig, ContentRepositoryConfig, CaptchaConfig, VoipConfig, RegistrationConfig, MetricsConfig, |