Skip to content

Commit 8692811

Browse files
committed
resolve conflict
1 parent c487f12 commit 8692811

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

vm/src/obj/objsequence.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ use std::cell::RefCell;
22
use std::marker::Sized;
33
use std::ops::{Deref, DerefMut, Range};
44

5-
use num_bigint::BigInt;
6-
use num_traits::{One, Signed, ToPrimitive, Zero};
7-
85
use crate::pyobject::{IdProtocol, PyObject, PyObjectRef, PyResult, TryFromObject, TypeProtocol};
96

107
use crate::vm::VirtualMachine;

0 commit comments

Comments
 (0)