summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-01 14:25:58 +0100
committerNeil Johnson <neil@matrix.org>2018-08-01 14:25:58 +0100
commitc480c4c962eaf9dd979d35930162d00473635fcf (patch)
treed5e83511718d9001253f0730ac08f6b87e61d6ed /tests
parentfix test for py3 (diff)
downloadsynapse-c480c4c962eaf9dd979d35930162d00473635fcf.tar.xz
fix isort
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/test__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/storage/test__init__.py b/tests/storage/test__init__.py
index acc59e4689..f19cb1265c 100644
--- a/tests/storage/test__init__.py
+++ b/tests/storage/test__init__.py
@@ -15,7 +15,6 @@
 
 from twisted.internet import defer
 
-
 import tests.utils