diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-25 10:47:02 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-25 10:47:02 -0400 |
commit | 4697c0de0b0b51b7b5791f3a842b174931261a47 (patch) | |
tree | 2532ea3e609df4af8fc9e2383834dfa374ad16ae /tests | |
parent | switch to using HomeserverTestCase (diff) | |
download | synapse-4697c0de0b0b51b7b5791f3a842b174931261a47.tar.xz |
remove unneeded imports
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_e2e_room_keys.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/storage/test_e2e_room_keys.py b/tests/storage/test_e2e_room_keys.py index 9935ac59ce..d128fde441 100644 --- a/tests/storage/test_e2e_room_keys.py +++ b/tests/storage/test_e2e_room_keys.py @@ -13,9 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from twisted.internet import defer - -from tests import unittest, utils +from tests import unittest # sample room_key data for use in the tests room_key = { |