chore: cleanup cargo warnings

This commit is contained in:
Alexander Navarro 2024-07-18 14:25:32 -04:00
parent 2292035b8d
commit 9cec453498
3 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,5 @@
use std::error::Error;
use std::net::{SocketAddr, TcpListener};
use tonic::async_trait;
pub use self::client::GRPCClient;
pub use self::server::GRPCServer;