Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zrll12 committed Jun 25, 2023
1 parent a968d5e commit f99f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broadcast/fire.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::ops::{DerefMut};
use simple_log::{debug, info, warn};
use simple_log::{debug, warn};
use tungstenite::{Message};
use crate::broadcast::{CLIENTS};
use crate::monitor::MachineInfo;
Expand Down

0 comments on commit f99f285

Please sign in to comment.