fix: fix duplicate imports, type mismatch, and missing Read trait

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 11:54:59 -03:00
parent 887e9cda42
commit 9fedd37494
4 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
use anyhow::anyhow;
use crate::compression::CompressionType;
use std::str::FromStr;
use std::io::BufWriter;
use clap::Command;
use std::path::PathBuf;