From 6167eb822c8f911b219d841c9ad5ab90c09dfc4e Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 11 Sep 2018 12:17:55 +0100 Subject: fix pep8 --- synapse/handlers/sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index 639da19e72..23983a51ab 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -751,8 +751,8 @@ class SyncHandler(object): # members for timeline senders in case they weren't loaded in the initial # sync. We do this by (counterintuitively) by filtering timeline_start # members to just be ones which were timeline senders, which then ensures - # all of the rest get included in the state block (if we need to know about - # them). + # all of the rest get included in the state block (if we need to know + # about them). types = None filtered_types = None -- cgit 1.4.1