mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
fix fmt
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user