Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 445363b

Browse files
committed
Fix port DB script
1 parent 4421a0e commit 445363b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

synapse/_scripts/synapse_port_db.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
from synapse.storage.databases.main.deviceinbox import DeviceInboxBackgroundUpdateStore
5959
from synapse.storage.databases.main.devices import DeviceBackgroundUpdateStore
6060
from synapse.storage.databases.main.end_to_end_keys import EndToEndKeyBackgroundStore
61-
from synapse.storage.databases.main.event_push_actions import (
62-
EventPushActionsWorkerStore,
63-
)
61+
from synapse.storage.databases.main.event_push_actions import EventPushActionsStore
6462
from synapse.storage.databases.main.events_bg_updates import (
6563
EventsBackgroundUpdatesStore,
6664
)
@@ -202,7 +200,7 @@
202200

203201

204202
class Store(
205-
EventPushActionsWorkerStore,
203+
EventPushActionsStore,
206204
ClientIpBackgroundUpdateStore,
207205
DeviceInboxBackgroundUpdateStore,
208206
DeviceBackgroundUpdateStore,

0 commit comments

Comments
 (0)