Skip to content

Commit

Permalink
folding imports to appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed Feb 10, 2024
1 parent 022e668 commit d49c9a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions node/src/components/block_synchronizer/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ use derive_more::From;
use num_rational::Ratio;
use rand::{seq::IteratorRandom, Rng};

use casper_storage::data_access_layer::ExecutionResultsChecksumResult;
use casper_storage::global_state::trie::merkle_proof::TrieMerkleProof;
use casper_storage::{
data_access_layer::ExecutionResultsChecksumResult,
global_state::trie::merkle_proof::TrieMerkleProof,
};
use casper_types::{
testing::TestRng, AccessRights, BlockV2, CLValue, Chainspec, Deploy, EraId, Key,
LegacyRequiredFinality, ProtocolVersion, PublicKey, SecretKey, StoredValue, TestBlockBuilder,
Expand Down

0 comments on commit d49c9a5

Please sign in to comment.