1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00

remove line

This commit is contained in:
Christoph Witzany 2016-04-06 18:16:35 +02:00
parent 27a0c21c38
commit 9c62fcdb68

View file

@ -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