summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-11 12:17:55 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-11 12:17:55 +0100
commit6167eb822c8f911b219d841c9ad5ab90c09dfc4e (patch)
treecfd04b467419f261f6c3e2370a4e1744239f7948
parentremove matthewdebug at erik's req (diff)
downloadsynapse-6167eb822c8f911b219d841c9ad5ab90c09dfc4e.tar.xz
fix pep8
-rw-r--r--synapse/handlers/sync.py4
1 files 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