mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:24:49 -04:00
pep8
This commit is contained in:
parent
54d08c8868
commit
767fc0b739
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||||
"event_id": row[0],
|
"event_id": row[0],
|
||||||
"stream_ordering": row[1],
|
"stream_ordering": row[1],
|
||||||
"actions": json.loads(row[2]),
|
"actions": json.loads(row[2]),
|
||||||
} for row in after_read_receipt+no_read_receipt
|
} for row in after_read_receipt + no_read_receipt
|
||||||
])
|
])
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue