run cargo fix

This commit is contained in:
tahahawa 2025-06-25 16:43:48 -04:00
parent 8dee6a7162
commit e1494c3ee8
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
use std::collections::HashMap;
use harmony::{
inventory::Inventory,

View File

@ -1,7 +1,6 @@
use std::collections::BTreeMap;
use async_trait::async_trait;
use harmony_macros::ingress_path;
use serde::Serialize;
use serde_yaml::{Mapping, Sequence, Value};