fix: cargo fmt, remove old use from lamp example
All checks were successful
Run Check Script / check (push) Successful in 1m49s
Run Check Script / check (pull_request) Successful in 1m48s

This commit is contained in:
2025-06-11 15:44:38 -04:00
parent 8d219c648a
commit 7c92a08132
2 changed files with 3 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
use harmony::{
inventory::Inventory,
maestro::Maestro,
inventory::Inventory, maestro::Maestro,
modules::monitoring::monitoring_alerting::MonitoringAlertingScore,
topology::K8sAnywhereTopology,
};