Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Nov 10, 2023
1 parent dd793b3 commit 31c68a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/unpack_vromf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use clap::ArgMatches;
use color_eyre::eyre::{Context, ContextCompat, Result};
use color_eyre::Help;
#[cfg(feature = "avif2dds")]
use image::{ImageFormat, ImageResult};
use image::{ImageFormat};
use rayon::iter::{IntoParallelIterator, ParallelIterator};
use tracing::{info};
use wt_blk::vromf::{BlkOutputFormat, VromfUnpacker};
Expand Down

0 comments on commit 31c68a0

Please sign in to comment.