From 0360afcf8fc344bce41217443033cbd170dd5111 Mon Sep 17 00:00:00 2001 From: Enzo Cioppettini Date: Thu, 18 Nov 2021 15:59:10 -0300 Subject: [PATCH] remove unused imports --- testing/jormungandr-scenario-tests/src/test/features/explorer.rs | 1 - .../src/test/features/stake_pool/retire.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/testing/jormungandr-scenario-tests/src/test/features/explorer.rs b/testing/jormungandr-scenario-tests/src/test/features/explorer.rs index 29f0826939..d66a826584 100644 --- a/testing/jormungandr-scenario-tests/src/test/features/explorer.rs +++ b/testing/jormungandr-scenario-tests/src/test/features/explorer.rs @@ -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"; diff --git a/testing/jormungandr-scenario-tests/src/test/features/stake_pool/retire.rs b/testing/jormungandr-scenario-tests/src/test/features/stake_pool/retire.rs index bfc4a81497..5615829949 100644 --- a/testing/jormungandr-scenario-tests/src/test/features/stake_pool/retire.rs +++ b/testing/jormungandr-scenario-tests/src/test/features/stake_pool/retire.rs @@ -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";