Skip to content

Commit ed79b6f

Browse files
committed
fix pylint
1 parent 5f8f697 commit ed79b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ def update_import_cmd(args):
16541654
revisions = {}
16551655
# now update all imports
16561656
for name in imports_to_update:
1657-
for idx, suite_py in enumerate(suite_py_files):
1657+
for _, suite_py in enumerate(suite_py_files):
16581658
revisions[name] = update_import(name, suite_py, args)
16591659

16601660
# copy files we inline from our imports

0 commit comments

Comments
 (0)