summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-07-22 12:58:04 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-09-04 22:04:41 -0400
commit9061b4198af4b30bb99d98aab7ad227f8ed636f8 (patch)
tree69b679ba31c69ca57f5bfc54142a425ea867ced6 /tests
parentmake black happy (diff)
downloadsynapse-9061b4198af4b30bb99d98aab7ad227f8ed636f8.tar.xz
make isort happy
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/test_e2e_keys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_e2e_keys.py b/tests/handlers/test_e2e_keys.py
index 8c0ee3f7d3..c900451e03 100644
--- a/tests/handlers/test_e2e_keys.py
+++ b/tests/handlers/test_e2e_keys.py
@@ -19,6 +19,7 @@ import mock
 
 import signedjson.key as key
 import signedjson.sign as sign
+
 from twisted.internet import defer
 
 import synapse.handlers.e2e_keys