diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-11 12:17:55 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-09-11 12:17:55 +0100 |
commit | 6167eb822c8f911b219d841c9ad5ab90c09dfc4e (patch) | |
tree | cfd04b467419f261f6c3e2370a4e1744239f7948 /synapse | |
parent | remove matthewdebug at erik's req (diff) | |
download | synapse-6167eb822c8f911b219d841c9ad5ab90c09dfc4e.tar.xz |
fix pep8
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/sync.py | 4 |
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 |