chore: reorder imports in info.rs

This commit is contained in:
Andrew Phillips
2025-05-10 12:25:08 -03:00
committed by Andrew Phillips (aider)
parent 7292972a6d
commit 6d07cf6f18

View File

@@ -3,10 +3,10 @@ use clap::Command;
use std::path::PathBuf;
use std::str::FromStr;
use crate::common::{format_size, string_column};
use crate::compression::get_engine;
use crate::compression::CompressionType;
use crate::db::{get_item, get_item_last, get_item_matching};
use crate::compression::get_engine;
use crate::common::{format_size, string_column};
use chrono::prelude::*;
use prettytable::format;
use prettytable::{Attr, Cell, Row, Table};