mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:54:52 -04:00
update with newer coding style
This commit is contained in:
parent
5914fd09c7
commit
c8dc740a94
2 changed files with 3 additions and 3 deletions
|
@ -851,7 +851,7 @@ class E2eKeysHandler(object):
|
|||
user_id, signed_users
|
||||
)
|
||||
|
||||
defer.returnValue({"failures": failures})
|
||||
return {"failures": failures}
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _get_e2e_cross_signing_verify_key(self, user_id, key_type, from_user_id=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue