1
0
forked from VimPlug/jedi

Get rid of a lot of flake8 errors

This commit is contained in:
Dave Halter
2020-01-01 02:37:48 +01:00
parent 818577f423
commit 66ad620692
12 changed files with 47 additions and 47 deletions

View File

@@ -161,8 +161,7 @@ def unpack_arglist(arglist):
# definitions.
if not (arglist.type in ('arglist', 'testlist') or (
# in python 3.5 **arg is an argument, not arglist
(arglist.type == 'argument') and
arglist.children[0] in ('*', '**'))):
arglist.type == 'argument' and arglist.children[0] in ('*', '**'))):
yield 0, arglist
return