more cleanup

This commit is contained in:
2026-08-24 16:10:25 -04:00
parent 81b8e72137
commit e6769164d6

View File

@@ -7,7 +7,6 @@ use clap::{
Parser, Subcommand, Parser, Subcommand,
builder::styling::{AnsiColor, Effects, Styles}, builder::styling::{AnsiColor, Effects, Styles},
}; };
use lofty::{file::TaggedFileExt, probe::Probe, tag::Accessor};
use sha2::{Digest, Sha256}; use sha2::{Digest, Sha256};
use std::{ use std::{
fs::{self, File, create_dir_all, remove_dir}, fs::{self, File, create_dir_all, remove_dir},