fix pep8
This commit is contained in:
parent
1483fc6660
commit
6167eb822c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue