We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b8d29 commit fe8a030Copy full SHA for fe8a030
vm/src/stdlib/itertools.rs
@@ -17,7 +17,7 @@ mod decl {
17
AsObject, Py, PyObjectRef, PyPayload, PyRef, PyResult, PyWeakRef, VirtualMachine,
18
};
19
use crossbeam_utils::atomic::AtomicCell;
20
- use num_traits::{Signed, ToPrimitive, One};
+ use num_traits::{One, Signed, ToPrimitive};
21
use std::fmt;
22
23
#[pyattr]
0 commit comments