summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2019-01-23 10:53:48 +0200
committerJason Robinson <jasonr@matrix.org>2019-01-23 10:53:48 +0200
commit6f680241bd7f53c3a3f912c257d2bfa437dfd486 (patch)
tree6341e7118fc4d4fadd588b2fb03f0678d2401361 /synapse/config
parentFix openid tests after rebase (diff)
downloadsynapse-6f680241bd7f53c3a3f912c257d2bfa437dfd486.tar.xz
Fix flake8 issues
Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py

index eebbfccafe..4eefd06f4a 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py
@@ -330,7 +330,7 @@ class ServerConfig(Config): - names: [federation] # Federation APIs compress: false - + # # If federation is disabled synapse can still expose the open ID endpoint # # to allow integrations to authenticate users # - names: [openid]