Skip to content

Commit 131a8d2

Browse files
committed
re-add lost import
1 parent a0c96d1 commit 131a8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/PythonObjectNativeWrapperMR.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
import com.oracle.truffle.api.interop.UnsupportedMessageException;
9898
import com.oracle.truffle.api.nodes.Node;
9999
import com.oracle.truffle.api.nodes.UnexpectedResultException;
100+
import com.oracle.truffle.api.profiles.ValueProfile;
100101

101102
@MessageResolution(receiverType = PythonNativeWrapper.class)
102103
public class PythonObjectNativeWrapperMR {

0 commit comments

Comments
 (0)