Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Nov 18, 2021
1 parent e885a06 commit 0360afc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use crate::{
Context, ScenarioResult,
};
use function_name::named;
use rand_chacha::ChaChaRng;

const LEADER_1: &str = "Leader_1";
const LEADER_2: &str = "Leader_2";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use crate::{
test::{utils, Result},
Context, ScenarioResult,
};
use rand_chacha::ChaChaRng;

const LEADER_1: &str = "Leader_1";
const LEADER_2: &str = "Leader_2";
Expand Down

0 comments on commit 0360afc

Please sign in to comment.