forked from NationTech/harmony
		
	chore: cleanup unused imports
This commit is contained in:
		
							parent
							
								
									d86970f81b
								
							
						
					
					
						commit
						67f3a23071
					
				| @ -7,11 +7,9 @@ use harmony::{ | |||||||
|             ApplicationScore, RustWebFramework, RustWebapp, |             ApplicationScore, RustWebFramework, RustWebapp, | ||||||
|             features::{ContinuousDelivery, Monitoring}, |             features::{ContinuousDelivery, Monitoring}, | ||||||
|         }, |         }, | ||||||
|         load_balancer::LoadBalancerScore, |  | ||||||
|         monitoring::alert_channel::{ |         monitoring::alert_channel::{ | ||||||
|             discord_alert_channel::DiscordWebhook, webhook_receiver::WebhookReceiver, |             discord_alert_channel::DiscordWebhook, webhook_receiver::WebhookReceiver, | ||||||
|         }, |         }, | ||||||
|         okd::bootstrap_load_balancer::OKDBootstrapLoadBalancerScore, |  | ||||||
|     }, |     }, | ||||||
|     topology::{K8sAnywhereTopology, Url}, |     topology::{K8sAnywhereTopology, Url}, | ||||||
| }; | }; | ||||||
|  | |||||||
| @ -1,10 +1,7 @@ | |||||||
| use non_blank_string_rs::NonBlankString; | use non_blank_string_rs::NonBlankString; | ||||||
| use std::str::FromStr; | use std::str::FromStr; | ||||||
| 
 | 
 | ||||||
| use crate::{ | use crate::{modules::helm::chart::HelmChartScore, topology::DeploymentTarget}; | ||||||
|     modules::helm::chart::{HelmChartScore, HelmRepository}, |  | ||||||
|     topology::DeploymentTarget, |  | ||||||
| }; |  | ||||||
| 
 | 
 | ||||||
| pub fn ntfy_helm_chart_score( | pub fn ntfy_helm_chart_score( | ||||||
|     namespace: String, |     namespace: String, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user