Skip to content

Commit 5f66e4a

Browse files
timfelfangerer
authored andcommitted
fix pylint
1 parent eacd416 commit 5f66e4a

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
@@ -727,7 +727,7 @@ def import_python_sources(args):
727727
SUITE.vc.git_command(SUITE.dir, ["clean", "-fdx"])
728728
shutil.rmtree("graalpython")
729729

730-
for inlined_file in (pypy_files + extra_pypy_files):
730+
for inlined_file in pypy_files + extra_pypy_files:
731731
original_file = None
732732
name = os.path.basename(inlined_file)
733733
name = mapping.get(name, name)

0 commit comments

Comments
 (0)