style: reorder common module imports for consistency

This commit is contained in:
Andrew Phillips
2025-05-10 13:02:17 -03:00
committed by Andrew Phillips (aider)
parent 1628e0889e
commit da55c42342
2 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ pub mod db;
use compression::CompressionType;
use modes::list::mode_list;
extern crate term;
lazy_static! {