mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Lint
This commit is contained in:
parent
ce74a6685d
commit
d0f095625c
@ -897,7 +897,8 @@ class EventPushActionsStore(EventPushActionsWorkerStore):
|
|||||||
""",
|
""",
|
||||||
(
|
(
|
||||||
(notif_rows[i][2], rows[i][2], rows[i][3], rows[i][0], rows[i][1])
|
(notif_rows[i][2], rows[i][2], rows[i][3], rows[i][0], rows[i][1])
|
||||||
for i, _ in enumerate(rows) if rows[i][4] is not None
|
for i, _ in enumerate(rows)
|
||||||
|
if rows[i][4] is not None
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user