diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-09-24 16:21:03 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-09-24 16:21:03 -0400 |
commit | c3635c94597d0ff188d1609af6b5f3a4464c91d6 (patch) | |
tree | af6773a2cc9e5a9006d0e2539cce21a872509d90 /synapse/handlers/e2e_keys.py | |
parent | add some comments (diff) | |
download | synapse-c3635c94597d0ff188d1609af6b5f3a4464c91d6.tar.xz |
make isort happy
Diffstat (limited to 'synapse/handlers/e2e_keys.py')
-rw-r--r-- | synapse/handlers/e2e_keys.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/e2e_keys.py b/synapse/handlers/e2e_keys.py index 85d7047f67..786fbfb596 100644 --- a/synapse/handlers/e2e_keys.py +++ b/synapse/handlers/e2e_keys.py @@ -20,7 +20,6 @@ import logging from six import iteritems import attr - from canonicaljson import encode_canonical_json, json from signedjson.key import decode_verify_key_bytes from signedjson.sign import SignatureVerifyException, verify_signed_json |