summary refs log tree commit diff
path: root/synapse/handlers/auth.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-03-31 09:50:44 +0100
committerDavid Baker <dave@matrix.org>2015-03-31 09:50:44 +0100
commit9f642a93ecab62fb56776ad4b7d7b062b869b66a (patch)
tree90e44b9b4c62b208282749a77a3bc25281952b0a /synapse/handlers/auth.py
parentUpdate CAPTCHA_SETUP (it continues to ignore fallback, but I guess I should f... (diff)
downloadsynapse-9f642a93ecab62fb56776ad4b7d7b062b869b66a.tar.xz
pep8
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r--synapse/handlers/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index ec625f4ea8..26df9fcd86 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -170,4 +170,4 @@ class AuthHandler(BaseHandler):
         return {
             "flows": [{"stages": f} for f in public_flows],
             "params": params
-        }
\ No newline at end of file
+        }