fix: Remove unused strum::IntoEnumIterator import
This commit is contained in:
@@ -14,7 +14,6 @@ use nix::Error as NixError;
|
||||
use anyhow::{Context, Result, Error, anyhow};
|
||||
use rusqlite::Connection;
|
||||
use gethostname::gethostname;
|
||||
use strum::IntoEnumIterator;
|
||||
use clap::error::ErrorKind;
|
||||
use clap::*;
|
||||
use log::*;
|
||||
|
||||
Reference in New Issue
Block a user