Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed May 18, 2024
1 parent 1c8e932 commit acff879
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/gateway/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ use tokio::{
fs::File,
io::{AsyncReadExt, AsyncSeekExt, AsyncWriteExt, BufReader},
net::TcpStream,
time::Instant,
};
use tokio_modbus::{
client::{tcp::connect, Context as ModbusContext, Reader},
slave::SlaveContext,
Slave,
};
use tokio_modbus::client::tcp::connect;
use uftwo::Block;

#[derive(Subcommand)]
Expand Down

0 comments on commit acff879

Please sign in to comment.