This commit is contained in:
müde 2026-05-15 02:02:20 +02:00
parent 1333532d3f
commit fcd6563887
3 changed files with 5 additions and 10 deletions

View file

@ -4,9 +4,7 @@
//! shape they want (HTTP redirect vs JSON).
use anyhow::Result;
use hive_sh4re::{
ApprovalStatus, HelperEvent, MANAGER_AGENT, Message, SYSTEM_SENDER,
};
use hive_sh4re::{ApprovalStatus, HelperEvent, MANAGER_AGENT, Message, SYSTEM_SENDER};
use crate::coordinator::Coordinator;
use crate::lifecycle;