diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-18 16:46:57 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-06-18 16:46:57 +0100 |
commit | 1532369dcd54b6d9ecfb2e5c7b66f9e288e67c4c (patch) | |
tree | 80b52406453b57e5d1e79796140b4f59cdb27252 | |
parent | Add tests for inviting with access rules (diff) | |
download | synapse-1532369dcd54b6d9ecfb2e5c7b66f9e288e67c4c.tar.xz |
Remove unused import
-rw-r--r-- | tests/rest/client/test_room_access_rules.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/client/test_room_access_rules.py b/tests/rest/client/test_room_access_rules.py index de655fa580..01cbb3f4d8 100644 --- a/tests/rest/client/test_room_access_rules.py +++ b/tests/rest/client/test_room_access_rules.py @@ -20,7 +20,6 @@ from mock import Mock from twisted.internet import defer -from synapse.federation.federation_base import event_from_pdu_json from synapse.rest import admin from synapse.rest.client.v1 import login, room from synapse.third_party_rules.access_rules import ( |