We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a099361 commit 95d7a4dCopy full SHA for 95d7a4d
1 file changed
vm/src/sysmodule.rs
@@ -1,5 +1,4 @@
1
-use super::pyobject::{DictProtocol, PyContext, PyFuncArgs, PyObjectRef, PyResult};
2
-use super::vm::VirtualMachine;
+use super::pyobject::{DictProtocol, PyContext, PyObjectRef};
3
use std::env;
4
5
/*
0 commit comments