mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-21 12:45:03 -05:00
pep8
This commit is contained in:
parent
54d08c8868
commit
767fc0b739
@ -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…
Reference in New Issue
Block a user