refactor: Update imports to use specific get_engine functions
This commit is contained in:
@@ -5,7 +5,7 @@ use clap::Command;
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
|
||||
use crate::compression_engine::get_engine;
|
||||
use crate::compression_engine::get_compression_engine;
|
||||
use crate::compression_engine::CompressionType;
|
||||
use crate::db::{get_item, get_item_last, get_item_matching};
|
||||
use crate::modes::common::get_format_box_chars_no_border_line_separator;
|
||||
|
||||
Reference in New Issue
Block a user