summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-03-01 17:10:40 +0000
committerErik Johnston <erik@matrix.org>2018-03-01 17:27:53 +0000
commit65cf454fd1dda2def0920973e90de3ff305462d4 (patch)
tree1bfd3594ec28a75384e6c4bbddee7a73c3abc2c5 /synapse/replication
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/split_sig_fed (diff)
downloadsynapse-65cf454fd1dda2def0920973e90de3ff305462d4.tar.xz
Remove unused DataStore
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/slave/storage/events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/replication/slave/storage/events.py b/synapse/replication/slave/storage/events.py
index f0d70a6734..b1f64ef0d8 100644
--- a/synapse/replication/slave/storage/events.py
+++ b/synapse/replication/slave/storage/events.py
@@ -16,7 +16,6 @@
 import logging
 
 from synapse.api.constants import EventTypes
-from synapse.storage import DataStore
 from synapse.storage.event_federation import EventFederationWorkerStore
 from synapse.storage.event_push_actions import EventPushActionsWorkerStore
 from synapse.storage.events_worker import EventsWorkerStore