From 7e80c84902f2d34aff1bb8b4c5833cb33d3dc653 Mon Sep 17 00:00:00 2001
From: Brendan Abolivier <babolivier@matrix.org>
Date: Fri, 12 Jun 2020 11:31:11 +0100
Subject: [PATCH] Lint

---
 tests/replication/slave/storage/test_events.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/replication/slave/storage/test_events.py b/tests/replication/slave/storage/test_events.py
index 9837d44995..cd8680e812 100644
--- a/tests/replication/slave/storage/test_events.py
+++ b/tests/replication/slave/storage/test_events.py
@@ -195,9 +195,7 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase):
             type="m.room.message",
             msgtype="m.text",
             body="world",
-            push_actions=[
-                (USER_ID_2, ["org.matrix.msc2625.mark_unread"])
-            ],
+            push_actions=[(USER_ID_2, ["org.matrix.msc2625.mark_unread"])],
         )
         self.replicate()
         self.check(
-- 
GitLab