Skip to content

Commit 45afced

Browse files
committed
Remove unused imports
1 parent da88a59 commit 45afced

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vm/src/builtins.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
55
use std::char;
66
use std::io::{self, Write};
7-
use std::path::PathBuf;
87

98
use num_bigint::Sign;
109
use num_traits::{Signed, Zero};
1110

1211
use crate::compile;
13-
use crate::import::import_module;
1412
use crate::obj::objbool;
1513
use crate::obj::objcode::PyCodeRef;
1614
use crate::obj::objdict::PyDictRef;

0 commit comments

Comments
 (0)