mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:16:07 -04:00
pep8
This commit is contained in:
parent
a21a41bad7
commit
9700d15611
4 changed files with 13 additions and 8 deletions
|
@ -826,7 +826,8 @@ class AuthHandler(BaseHandler):
|
|||
address = address.lower()
|
||||
|
||||
identity_handler = self.hs.get_handlers().identity_handler
|
||||
identity_handler.unbind_threepid(user_id,
|
||||
identity_handler.unbind_threepid(
|
||||
user_id,
|
||||
{
|
||||
'medium': medium,
|
||||
'address': address,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue