There was an error while loading. Please reload this page.
1 parent 6fa8a8d commit 45c66b4Copy full SHA for 45c66b4
1 file changed
spy/vm/astframe.py
@@ -20,7 +20,7 @@
20
from spy.vm.object import W_Object, W_Type
21
from spy.vm.opimpl import W_OpImpl
22
from spy.vm.opspec import W_MetaArg
23
-from spy.vm.primitive import W_Bool, W_I64, W_U32, W_U64
+from spy.vm.primitive import W_I64, W_U32, W_U64, W_Bool
24
from spy.vm.struct import W_StructType
25
from spy.vm.typechecker import maybe_plural
26
0 commit comments