cargo fmt/fix
Some checks failed
Run Check Script / check (pull_request) Failing after -48s

This commit is contained in:
tahahawa
2025-07-10 13:30:15 -04:00
parent d0d80aee28
commit c573e7f64c
4 changed files with 4 additions and 12 deletions

View File

@@ -1,19 +1,14 @@
use std::{path::PathBuf, sync::Arc};
use harmony::{
data::Id,
inventory::Inventory,
maestro::Maestro,
modules::{
application::{
modules::application::{
ApplicationScore, RustWebFramework, RustWebapp,
features::{ContinuousDelivery, Monitoring},
},
tenant::TenantScore,
},
topology::{
K8sAnywhereTopology, Url,
tenant::{ResourceLimits, TenantConfig, TenantNetworkPolicy},
},
};