Skip to content

Commit 28632d1

Browse files
committed
add a from import to the benchmark
1 parent 8bce275 commit 28632d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.benchmarks/python/micro/repeated-import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# SOFTWARE.
3939

4040
def foo():
41-
import os
41+
from os.path import dirname
4242

4343

4444
def bar():

0 commit comments

Comments
 (0)