From 67f3a23071a1f1648fb6c75d31d65843eddc09e3 Mon Sep 17 00:00:00 2001 From: Ian Letourneau Date: Thu, 14 Aug 2025 16:44:05 -0400 Subject: [PATCH] chore: cleanup unused imports --- examples/rust/src/main.rs | 2 -- harmony/src/modules/monitoring/ntfy/helm/ntfy_helm_chart.rs | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/rust/src/main.rs b/examples/rust/src/main.rs index 3be2582..feb92ef 100644 --- a/examples/rust/src/main.rs +++ b/examples/rust/src/main.rs @@ -7,11 +7,9 @@ use harmony::{ ApplicationScore, RustWebFramework, RustWebapp, features::{ContinuousDelivery, Monitoring}, }, - load_balancer::LoadBalancerScore, monitoring::alert_channel::{ discord_alert_channel::DiscordWebhook, webhook_receiver::WebhookReceiver, }, - okd::bootstrap_load_balancer::OKDBootstrapLoadBalancerScore, }, topology::{K8sAnywhereTopology, Url}, }; diff --git a/harmony/src/modules/monitoring/ntfy/helm/ntfy_helm_chart.rs b/harmony/src/modules/monitoring/ntfy/helm/ntfy_helm_chart.rs index 6949f26..ecd9e01 100644 --- a/harmony/src/modules/monitoring/ntfy/helm/ntfy_helm_chart.rs +++ b/harmony/src/modules/monitoring/ntfy/helm/ntfy_helm_chart.rs @@ -1,10 +1,7 @@ use non_blank_string_rs::NonBlankString; use std::str::FromStr; -use crate::{ - modules::helm::chart::{HelmChartScore, HelmRepository}, - topology::DeploymentTarget, -}; +use crate::{modules::helm::chart::HelmChartScore, topology::DeploymentTarget}; pub fn ntfy_helm_chart_score( namespace: String,