Skip to content

Commit

Permalink
Simplify imports
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Aug 18, 2023
1 parent 2886959 commit f50d1cc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pallets/ddc-validator/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
use crate::{
mock::{Timestamp, *},
shm, utils, DacTotalAggregates, EraIndex, ValidationDecision, DEFAULT_DATA_PROVIDER_URL,
ENABLE_DDC_VALIDATION_KEY, ERA_DURATION_MS, ERA_IN_BLOCKS, KEY_TYPE, TIME_START_MS,
};
use super::*;
use crate::mock::{Timestamp, *};
use codec::Decode;
use frame_support::{
assert_ok,
traits::{OffchainWorker, OnFinalize, OnInitialize},
};
use pallet_ddc_accounts::BucketsDetails;
use sp_core::offchain::{testing, OffchainDbExt, OffchainWorkerExt, TransactionPoolExt};
use sp_keystore::{testing::KeyStore, KeystoreExt, SyncCryptoStore};
Expand Down

0 comments on commit f50d1cc

Please sign in to comment.