forked from MirrorHub/synapse
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],
|
||||
"stream_ordering": row[1],
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue