argh pep8

This commit is contained in:
Matthew Hodgson 2018-09-12 16:54:28 +01:00
parent 0e200e366d
commit 0403cf0783

View File

@ -1701,7 +1701,7 @@ class SyncHandler(object):
if batch.limited and since_token:
user_id = sync_result_builder.sync_config.user.to_string()
logger.info(
"Incremental gappy sync of room %s for user %s with %d state events" % (
"Incremental gappy sync of %s for user %s with %d state events" % (
room_id,
user_id,
len(state),