fix(config): update variable names and remove unused imports

Refactor variable names to follow snake_case convention and remove unused imports across multiple files to improve code readability and maintainability.
This commit is contained in:
2025-01-12 15:57:01 -05:00
parent f241bf793e
commit 04db8103c4
10 changed files with 74 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
use std::{sync::Arc, time::Duration};
use std::sync::Arc;
use crate::{
config::{SshConfigManager, SshCredentials, SshOPNSenseShell},