mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
py: flake8 fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user