Skip to content

Commit

Permalink
style: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Jan 1, 2024
1 parent 330ba64 commit a7c1526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/heif/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod convert;
mod read;
pub use convert::{unpack_images, write_image_as_png};
pub use read::{get_images, get_xmp_metadata, validate_file};
pub use convert::unpack_images;
pub use read::{get_xmp_metadata, validate_file};

0 comments on commit a7c1526

Please sign in to comment.