diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-07-17 11:51:26 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-07-17 11:51:26 +0100 |
commit | 94440ae9946936339453925c249f81ea463da4d0 (patch) | |
tree | 753af1e9126af6f2eb334d7c41142b83c68d98cb /tests/test_visibility.py | |
parent | add a comment (diff) | |
download | synapse-94440ae9946936339453925c249f81ea463da4d0.tar.xz |
fix imports
Diffstat (limited to 'tests/test_visibility.py')
-rw-r--r-- | tests/test_visibility.py | 1 |
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 |