summary refs log tree commit diff
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-09-24 16:21:03 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-09-24 16:21:03 -0400
commitc3635c94597d0ff188d1609af6b5f3a4464c91d6 (patch)
treeaf6773a2cc9e5a9006d0e2539cce21a872509d90
parentadd some comments (diff)
downloadsynapse-c3635c94597d0ff188d1609af6b5f3a4464c91d6.tar.xz
make isort happy
-rw-r--r--synapse/handlers/e2e_keys.py1
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