chore: Fix all warnings in the project, ignore unused variables mostly

This commit is contained in:
2025-04-24 10:22:53 -04:00
parent 9345e63a32
commit dccc9c04f5
12 changed files with 23 additions and 34 deletions

View File

@@ -1,10 +1,7 @@
use harmony::{
inventory::Inventory,
maestro::Maestro,
modules::{
dummy::{ErrorScore, PanicScore, SuccessScore},
k8s::deployment::K8sDeploymentScore,
},
modules::dummy::{ErrorScore, PanicScore, SuccessScore},
topology::HAClusterTopology,
};