refactor: consolidate imports for get_*_engine functions

This commit is contained in:
Andrew Phillips (aider)
2025-05-13 09:00:45 -03:00
parent f0a8fb3490
commit 8f93657fa1
4 changed files with 4 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
use anyhow::anyhow;
use crate::compression_engine::CompressionType;
use crate::compression_engine::get_compression_engine;
use crate::compression_engine::{CompressionType, get_compression_engine};
use clap::Command;
use std::path::PathBuf;
use std::str::FromStr;