Skip to content

Commit 04deb98

Browse files
committed
fix style
1 parent e16fb35 commit 04deb98

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def graalvm_jdk():
706706
if sys.platform == "darwin":
707707
jdk_home_subdir = os.path.join(graal_jdk_home, 'Contents', 'Home')
708708
if os.path.exists(jdk_home_subdir):
709-
graal_jdk_home = jdk_home_subdir
709+
graal_jdk_home = jdk_home_subdir
710710
mx.log("Using Graal from GRAAL_JDK_HOME: " + graal_jdk_home)
711711

712712
# Try to verify that we're getting what we expect:

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@
4646
import os
4747
import re
4848
import shutil
49-
import subprocess
5049
import sys
5150

52-
from os.path import join, abspath, exists
51+
from os.path import join, abspath
5352

5453

5554
SUITE = None

0 commit comments

Comments
 (0)