Skip to content

Commit 95d7a4d

Browse files
committed
removed unused imports
1 parent a099361 commit 95d7a4d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vm/src/sysmodule.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
use super::pyobject::{DictProtocol, PyContext, PyFuncArgs, PyObjectRef, PyResult};
2-
use super::vm::VirtualMachine;
1+
use super::pyobject::{DictProtocol, PyContext, PyObjectRef};
32
use std::env;
43

54
/*

0 commit comments

Comments
 (0)