add newline for pycodestyle
This commit is contained in:
parent
a8a7b9e7b8
commit
35f2ce9206
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ async def main(db, filepaths, checks, opts: Options):
|
|||
pooler = make_pooler(opts.ip_simul, finisher)
|
||||
|
||||
seen = 0
|
||||
|
||||
async def process(ip, total=None):
|
||||
nonlocal seen
|
||||
first = seen == 0
|
||||
|
|
Loading…
Reference in a new issue