Fix pyflakes errors

This commit is contained in:
Mark Haines 2014-10-02 14:37:30 +01:00
parent 574377636e
commit b9cdc443d7
2 changed files with 3 additions and 9 deletions

View file

@ -176,7 +176,7 @@ class RegistrationHandler(BaseHandler):
@defer.inlineCallbacks
def _bind_threepid(self, creds, mxid):
httpCli = PlainHttpClient(self.hs)
httpCli = IdentityServerHttpClient(self.hs)
data = yield httpCli.post_urlencoded_get_json(
creds['idServer'],
"/_matrix/identity/api/v1/3pid/bind",