py: flake8 fixes

This commit is contained in:
Daniel Hahler
2019-07-29 04:43:49 +02:00
parent 97ce776e7b
commit d7b04ae7a7
6 changed files with 23 additions and 17 deletions

View File

@@ -22,8 +22,6 @@ def main(argv):
args = argparser.parse_args(argv)
with args.file:
include_dirs = []
iwyu = Popen(['include-what-you-use', '-xc'] + args.iwyu_args + ['/dev/stdin'],
stdin=PIPE, stdout=PIPE, stderr=PIPE)