diff options
author | David Baker <dave@matrix.org> | 2015-03-31 09:50:44 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-03-31 09:50:44 +0100 |
commit | 9f642a93ecab62fb56776ad4b7d7b062b869b66a (patch) | |
tree | 90e44b9b4c62b208282749a77a3bc25281952b0a /synapse/handlers/auth.py | |
parent | Update CAPTCHA_SETUP (it continues to ignore fallback, but I guess I should f... (diff) | |
download | synapse-9f642a93ecab62fb56776ad4b7d7b062b869b66a.tar.xz |
pep8
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r-- | synapse/handlers/auth.py | 2 |
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 + } |