chore: reorder imports in info.rs
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
7292972a6d
commit
6d07cf6f18
@@ -3,10 +3,10 @@ use clap::Command;
|
|||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
|
use crate::common::{format_size, string_column};
|
||||||
|
use crate::compression::get_engine;
|
||||||
use crate::compression::CompressionType;
|
use crate::compression::CompressionType;
|
||||||
use crate::db::{get_item, get_item_last, get_item_matching};
|
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 chrono::prelude::*;
|
||||||
use prettytable::format;
|
use prettytable::format;
|
||||||
use prettytable::{Attr, Cell, Row, Table};
|
use prettytable::{Attr, Cell, Row, Table};
|
||||||
|
|||||||
Reference in New Issue
Block a user