This commit is contained in:
gogim1
2022-07-01 14:05:25 +08:00
parent 99b8d2916e
commit fe8a0300a1

View File

@@ -17,7 +17,7 @@ mod decl {
AsObject, Py, PyObjectRef, PyPayload, PyRef, PyResult, PyWeakRef, VirtualMachine,
};
use crossbeam_utils::atomic::AtomicCell;
use num_traits::{Signed, ToPrimitive, One};
use num_traits::{One, Signed, ToPrimitive};
use std::fmt;
#[pyattr]