Skip to content

Commit

Permalink
crates/python: Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Nov 17, 2023
1 parent 41a8bfe commit 5ada622
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/zune-python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ mod py_enums;
mod py_functions;
mod py_image;

mod utils;
/// Initialize the logger.
///
/// This allows the library to print information about operations
Expand Down
1 change: 0 additions & 1 deletion crates/zune-python/src/py_functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

use std::fs::read;
use std::io::Cursor;

use numpy::{PyArray2, PyArray3, PyUntypedArray};
use pyo3::exceptions::PyException;
Expand Down

0 comments on commit 5ada622

Please sign in to comment.