style: organize and format use statements

This commit is contained in:
Andrew Phillips
2025-05-10 13:38:10 -03:00
committed by Andrew Phillips (aider)
parent dbf3d70128
commit ceb50a03b3
3 changed files with 4 additions and 3 deletions

View File

@@ -2,10 +2,10 @@ use anyhow::anyhow;
use crate::compression::CompressionType;
// use std::io::BufWriter; // Removed unused import
use crate::modes::common::ColumnType;
use clap::Command;
use std::path::PathBuf;
use std::str::FromStr;
use crate::modes::common::ColumnType;
pub fn mode_get(
cmd: &mut Command,