summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorChristoph Witzany <christoph@web.crofting.com>2016-04-06 18:16:35 +0200
committerChristoph Witzany <christoph@web.crofting.com>2016-04-06 18:23:46 +0200
commit9c62fcdb688d889c6d3deffbc82ac4bbfbd4ffc4 (patch)
tree814fb8db4363c59f8b4db6964aeaf549e76b1706 /synapse/handlers
parentmake tests for ldap more specific to not be fooled by Mocks (diff)
downloadsynapse-9c62fcdb688d889c6d3deffbc82ac4bbfbd4ffc4.tar.xz
remove line
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index f3acdf00da..7c62f833ae 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -62,7 +62,6 @@ class AuthHandler(BaseHandler):
             import ldap
             logger.info("Import ldap version: %s", ldap.__version__)
 
-
         self.hs = hs  # FIXME better possibility to access registrationHandler later?
 
     @defer.inlineCallbacks