diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-07-22 12:46:21 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-07-22 12:46:21 -0400 |
commit | c44c684e317a1981d00a9311311c951c0821d451 (patch) | |
tree | 33a19206dac0aa9cca010b651101e4908bbc9cbf | |
parent | make black happy (diff) | |
download | synapse-uhoreg/e2e_cross-signing2.tar.xz |
make flake8 happy github/uhoreg/e2e_cross-signing2 uhoreg/e2e_cross-signing2
-rw-r--r-- | synapse/storage/devices.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/devices.py b/synapse/storage/devices.py index 138ced7d7b..09d5789402 100644 --- a/synapse/storage/devices.py +++ b/synapse/storage/devices.py @@ -26,7 +26,6 @@ from synapse.api.errors import Codes, StoreError from synapse.metrics.background_process_metrics import run_as_background_process from synapse.storage._base import Cache, SQLBaseStore, db_to_json from synapse.storage.background_updates import BackgroundUpdateStore -from synapse.types import get_verify_key_from_cross_signing_key from synapse.util import batch_iter from synapse.util.caches.descriptors import cached, cachedInlineCallbacks, cachedList |