diff options
author | David Baker <dave@matrix.org> | 2018-11-09 14:38:31 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-11-09 14:38:31 +0000 |
commit | d44dea0223c16f86a57647e670b8a7651b93aa2a (patch) | |
tree | 4c7b7829e9e78f16ee2d26f375645ac462eb2c67 /synapse/storage | |
parent | add docs (diff) | |
download | synapse-d44dea0223c16f86a57647e670b8a7651b93aa2a.tar.xz |
pep8
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/e2e_room_keys.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/storage/e2e_room_keys.py b/synapse/storage/e2e_room_keys.py index 5d83707fa0..16b7f005aa 100644 --- a/synapse/storage/e2e_room_keys.py +++ b/synapse/storage/e2e_room_keys.py @@ -217,7 +217,8 @@ class EndToEndRoomKeyStore(SQLBaseStore): Raises: StoreError: with code 404 if there are no e2e_room_keys_versions present Returns: - A deferred dict giving the info metadata for this backup version, with fields including: + A deferred dict giving the info metadata for this backup version, with + fields including: version(str) algorithm(str) auth_data(object): opaque dict supplied by the client |