flake8: apply E2 rules except E266

This commit is contained in:
Yuming Zhu 2020-02-26 02:25:24 +08:00
parent ce1f9928af
commit 05340b146b
28 changed files with 707 additions and 706 deletions

View file

@ -532,8 +532,8 @@ def eventFromOpts(session, opts):
if repo:
rinfo = session.repoInfo(repo)
if rinfo:
return {'id' : rinfo['create_event'],
'ts' : rinfo['create_ts']}
return {'id': rinfo['create_event'],
'ts': rinfo['create_ts']}
return None
@ -664,7 +664,7 @@ class adler32_constructor(object):
return dup
digest_size = 4
block_size = 1 #I think
block_size = 1 # I think
def tsort(parts):