summary refs log tree commit diff
path: root/tests/storage/test_keys.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-14 13:17:02 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-14 14:27:12 +0000
commit622d0be1b303eaca3df917fe89b7355c559dccec (patch)
tree47b57db8a5fd81ea0e9e6350ae8532acc335295a /tests/storage/test_keys.py
parentDelete duplicate user deactivation (diff)
downloadsynapse-622d0be1b303eaca3df917fe89b7355c559dccec.tar.xz
Fix with isort==4.3.21 and black==19.3b0
Diffstat (limited to 'tests/storage/test_keys.py')
-rw-r--r--tests/storage/test_keys.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/storage/test_keys.py b/tests/storage/test_keys.py

index cef2112974..95f309fbbc 100644 --- a/tests/storage/test_keys.py +++ b/tests/storage/test_keys.py
@@ -128,4 +128,3 @@ class KeyStoreTestCase(tests.unittest.HomeserverTestCase): res2 = res[("srv1", key_id_2)] self.assertEqual(res2.verify_key, new_key_2) self.assertEqual(res2.valid_until_ts, 300) -