summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-07-17 11:51:26 +0100
committerRichard van der Hoff <richard@matrix.org>2018-07-17 11:51:26 +0100
commit94440ae9946936339453925c249f81ea463da4d0 (patch)
tree753af1e9126af6f2eb334d7c41142b83c68d98cb /tests
parentadd a comment (diff)
downloadsynapse-94440ae9946936339453925c249f81ea463da4d0.tar.xz
fix imports
Diffstat (limited to 'tests')
-rw-r--r--tests/test_visibility.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_visibility.py b/tests/test_visibility.py
index 1401d831d2..8436c29fe8 100644
--- a/tests/test_visibility.py
+++ b/tests/test_visibility.py
@@ -19,6 +19,7 @@ from twisted.internet.defer import succeed
 
 from synapse.events import FrozenEvent
 from synapse.visibility import filter_events_for_server
+
 import tests.unittest
 from tests.utils import setup_test_homeserver