Skip to content

Commit 53cfbd2

Browse files
committed
remove unused import
1 parent b8955eb commit 53cfbd2

File tree

1 file changed

+0
-2
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/type

1 file changed

+0
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/type/PythonClass.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
*/
2626
package com.oracle.graal.python.builtins.objects.type;
2727

28-
import com.oracle.truffle.api.object.Shape;
29-
3028
/**
3129
* Mutable class.
3230
*/

0 commit comments

Comments
 (0)