forked from VimPlug/jedi
Fixing for loop additions.
This commit is contained in:
@@ -108,16 +108,6 @@ for x in [l(0), l(1), l(2), l(3), l(4), l(5), l(6), l(7), l(8), l(9), l(10),
|
||||
b[1]
|
||||
|
||||
|
||||
# -----------------
|
||||
# syntax errors
|
||||
# -----------------
|
||||
|
||||
# strange slice
|
||||
z = sorted([1], key = lambda x : x):
|
||||
#? int()
|
||||
z[0]
|
||||
|
||||
|
||||
# -----------------
|
||||
# undefined names
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user