Skip to content

Commit 6b4316d

Browse files
committed
refactor: remove unused imports from launch_daemon.rs
1 parent f1ef860 commit 6b4316d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/daemon/launch_daemon.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@
4040
//! ```
4141
4242
use anyhow::Result;
43-
use chrono::Timelike;
4443
use log::{debug, error, info, warn};
45-
use std::clone;
46-
use std::time::{Duration, SystemTime, UNIX_EPOCH};
44+
use std::time::{Duration, SystemTime};
4745
use std::{
4846
net::SocketAddr,
4947
sync::{
@@ -54,7 +52,6 @@ use std::{
5452
use tokio::task::JoinHandle;
5553
use tokio::time;
5654

57-
use crate::modbus;
5855
use crate::utility::PhotoacousticDataSource;
5956
use crate::visualization::server::build_rocket;
6057
use crate::{config::Config, modbus::PhotoacousticModbusServer};

0 commit comments

Comments
 (0)