Skip to content

Commit

Permalink
style(bin/radis): clean import
Browse files Browse the repository at this point in the history
  • Loading branch information
ASjet committed Jul 7, 2024
1 parent a787cc1 commit c4b6384
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bin/radis/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use std::thread::sleep;

use clap::Parser;
use radis::conf::Config;
use radis::raft::{RaftServer, RaftService, RequestVoteArgs};
use radis::raft::{RaftServer, RaftService};
use tokio;
use tonic::transport::Server;

Expand Down

0 comments on commit c4b6384

Please sign in to comment.