mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 05:42:37 -04:00
PEP8
This commit is contained in:
parent
3c9acdef4d
commit
772b8ebe54
1 changed files with 0 additions and 1 deletions
|
@ -617,7 +617,6 @@ class EventsStore(SQLBaseStore):
|
||||||
[(ev.event_id,) for ev, _ in events_and_contexts]
|
[(ev.event_id,) for ev, _ in events_and_contexts]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
self._simple_insert_many_txn(
|
self._simple_insert_many_txn(
|
||||||
txn,
|
txn,
|
||||||
table="event_json",
|
table="event_json",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue