Skip to content

Commit f5993bb

Browse files
Remove duplicate import
1 parent d673bd6 commit f5993bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/mx.vm/mx_vm_gate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ def gate_svm_truffle_tck_python(tasks):
698698
def build_tests_image(image_dir, options, unit_tests=None, additional_deps=None, shared_lib=False):
699699
native_image_context, svm = graalvm_svm()
700700
with native_image_context(svm.IMAGE_ASSERTION_FLAGS) as native_image:
701-
import json
702701
import mx_compiler
703702
build_options = ['-H:+GenerateBuildArtifactsFile'] + options
704703
if shared_lib:

0 commit comments

Comments
 (0)