Skip to content

Commit

Permalink
chore: remove unused import in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed Mar 9, 2024
1 parent e465984 commit 26e9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zookeeper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use assert_matches::assert_matches;
use assertor::*;
use pretty_assertions::assert_eq;
use rand::distributions::Standard;
use rand::{self, Rng};
use rand::Rng;
#[allow(unused_imports)]
use tempfile::{tempdir, TempDir};
use test_case::test_case;
Expand Down

0 comments on commit 26e9fea

Please sign in to comment.