summary refs log tree commit diff
path: root/synapse/storage/databases/main/event_push_actions.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-09-29 13:44:29 -0400
committerPatrick Cloke <patrickc@matrix.org>2023-09-29 13:44:49 -0400
commit29492b7e8580448b51d05b35684f9d6741872ba2 (patch)
tree123b0b5d276113917ef00ac4539262f08e3ae5ee /synapse/storage/databases/main/event_push_actions.py
parentTweaks (diff)
downloadsynapse-29492b7e8580448b51d05b35684f9d6741872ba2.tar.xz
Lint.
Diffstat (limited to 'synapse/storage/databases/main/event_push_actions.py')
-rw-r--r--synapse/storage/databases/main/event_push_actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/event_push_actions.py b/synapse/storage/databases/main/event_push_actions.py

index ba99e63d26..ed29d1fa5d 100644 --- a/synapse/storage/databases/main/event_push_actions.py +++ b/synapse/storage/databases/main/event_push_actions.py
@@ -96,10 +96,10 @@ from synapse.storage.database import ( DatabasePool, LoggingDatabaseConnection, LoggingTransaction, - PostgresEngine, ) from synapse.storage.databases.main.receipts import ReceiptsWorkerStore from synapse.storage.databases.main.stream import StreamWorkerStore +from synapse.storage.engines import PostgresEngine from synapse.types import JsonDict from synapse.util import json_encoder from synapse.util.caches.descriptors import cached