Skip to content

Commit

Permalink
fmts! fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Jan 18, 2024
1 parent 69c0a82 commit 01f516a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ryo3/src/fmts.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use pyo3::{pyfunction, PyResult, Python, wrap_pyfunction};
use pyo3::prelude::PyModule;
use crate::fmts;

const KILOBYTE: f64 = 1024.0;
const MEGABYTE: f64 = KILOBYTE * 1024.0;
Expand Down

0 comments on commit 01f516a

Please sign in to comment.