We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c487f12 commit 8692811Copy full SHA for 8692811
1 file changed
vm/src/obj/objsequence.rs
@@ -2,9 +2,6 @@ use std::cell::RefCell;
2
use std::marker::Sized;
3
use std::ops::{Deref, DerefMut, Range};
4
5
-use num_bigint::BigInt;
6
-use num_traits::{One, Signed, ToPrimitive, Zero};
7
-
8
use crate::pyobject::{IdProtocol, PyObject, PyObjectRef, PyResult, TryFromObject, TypeProtocol};
9
10
use crate::vm::VirtualMachine;
0 commit comments