refactor: clean up unused code and improve conditionals in various modules
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
use std::sync::{Arc, Weak};
|
||||
use std::sync::Weak;
|
||||
|
||||
use nxmesh_proto::{
|
||||
AgentMessage, ConfigUpdate, MasterMessage, command::Command, master_message::Payload,
|
||||
};
|
||||
use nxmesh_proto::{ConfigUpdate, MasterMessage, command::Command, master_message::Payload};
|
||||
|
||||
use crate::service::master_handler::{MasterHandlerError, MessageResult};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user