summary refs log tree commit diff
path: root/synapse/config/homeserver.py
diff options
context:
space:
mode:
authorMuthu Subramanian <muthu.subramanian.karunanidhi@ericsson.com>2015-07-08 16:05:46 +0530
committerMuthu Subramanian <muthu.subramanian.karunanidhi@ericsson.com>2015-07-08 16:05:46 +0530
commitf53bae0c1948a8c0a229e0b20f237f7ff4b1d84c (patch)
treeb3e0747beb863fb32545aa458c932320847b02cc /synapse/config/homeserver.py
parentcode beautify (diff)
downloadsynapse-f53bae0c1948a8c0a229e0b20f237f7ff4b1d84c.tar.xz
code beautify
Diffstat (limited to 'synapse/config/homeserver.py')
-rw-r--r--synapse/config/homeserver.py1
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,