From 400bc061caaab8a41f5186b060c68fece544ce2c Mon Sep 17 00:00:00 2001 From: "Amber H. Brown" Date: Fri, 5 Jul 2019 22:44:22 +1000 Subject: linting --- synapse/storage/events_worker.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'synapse/storage/events_worker.py') diff --git a/synapse/storage/events_worker.py b/synapse/storage/events_worker.py index c7dddb2bbe..9d7027b943 100644 --- a/synapse/storage/events_worker.py +++ b/synapse/storage/events_worker.py @@ -683,7 +683,9 @@ class EventsWorkerStore(SQLBaseStore): Deferred[int] """ return self.runInteraction( - "get_current_state_event_counts", self._get_current_state_event_counts_txn, room_id + "get_current_state_event_counts", + self._get_current_state_event_counts_txn, + room_id, ) def _get_current_state_event_counts_txn(self, txn, room_id): -- cgit 1.5.1