cleanup use statements

much more merge friendly this way...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-06-19 11:52:38 +02:00
parent e20cdbf8e2
commit cf5efb5c0a

View File

@ -12,10 +12,8 @@
//! - Ability to create interactive commands (using ``rustyline``)
//! - Supports complex/nested commands
use std::{
collections::HashMap,
io::{self, Write},
};
use std::collections::HashMap;
use std::io::{self, Write};
use anyhow::{bail, Error};