Skip to content

Commit 1d63c5b

Browse files
fangerertimfel
authored andcommitted
Fix style
1 parent dc5be17 commit 1d63c5b

File tree

1 file changed

+1
-2
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
import com.oracle.graal.python.PythonLanguage;
6464
import com.oracle.graal.python.builtins.PythonBuiltinClassType;
6565
import com.oracle.graal.python.builtins.modules.cext.PythonCextBuiltins;
66-
import com.oracle.graal.python.builtins.modules.cext.PythonCextListBuiltins;
6766
import com.oracle.graal.python.builtins.objects.PNone;
6867
import com.oracle.graal.python.builtins.objects.PythonAbstractObject.PInteropSubscriptNode;
6968
import com.oracle.graal.python.builtins.objects.cext.PythonNativeClass;
@@ -1981,7 +1980,7 @@ Object doGeneric(GraalHPyContext context, Object typeSpec, Object typeSpecParamA
19811980
@Cached PythonObjectFactory factory,
19821981
@Cached PCallHPyFunction callHelperFunctionNode,
19831982
@Cached PCallHPyFunction callMallocNode,
1984-
@Cached GetTypeMemberNode getMetaSizeNode,
1983+
@Cached GetTypeMemberNode getMetaSizeNode,
19851984
@Cached ReadAttributeFromObjectNode readAttributeFromObjectNode,
19861985
@Cached WriteAttributeToObjectNode writeAttributeToObjectNode,
19871986
@Cached PyObjectCallMethodObjArgs callCreateTypeNode,

0 commit comments

Comments
 (0)