fix: Remove unused strum::IntoEnumIterator import

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 10:04:39 -03:00
parent e298438f53
commit c936326ac3

View File

@@ -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::*;