mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 23:42:33 +01:00
pep8
This commit is contained in:
parent
9dbe38ea7d
commit
9cbd0094f0
1 changed files with 0 additions and 1 deletions
|
@ -1953,7 +1953,6 @@ class EventsStore(EventFederationStore, EventsWorkerStore, BackgroundUpdateStore
|
||||||
" ON events_to_purge(event_id)",
|
" ON events_to_purge(event_id)",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
txn.execute(
|
txn.execute(
|
||||||
"SELECT event_id, should_delete FROM events_to_purge"
|
"SELECT event_id, should_delete FROM events_to_purge"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue