diff --git a/proxmox-router/src/cli/mod.rs b/proxmox-router/src/cli/mod.rs index 78f08920..c31f8e65 100644 --- a/proxmox-router/src/cli/mod.rs +++ b/proxmox-router/src/cli/mod.rs @@ -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};