Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amamic1803 committed Mar 2, 2024
1 parent 791cfd2 commit 80f1765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conversions/malachite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
//! ```
use crate::{
exceptions::PyValueError, ffi, types::*, FromPyObject, IntoPy, Py, PyErr, PyObject,
PyResult, Python, ToPyObject,
exceptions::PyValueError, ffi, types::*, FromPyObject, IntoPy, Py, PyErr, PyObject, PyResult,
Python, ToPyObject,
};
use malachite::num::basic::traits::Zero;
use malachite::{Integer, Natural};
Expand Down

0 comments on commit 80f1765

Please sign in to comment.