Cleanup single attestation imports

This commit is contained in:
Eitan Seri-Levi
2025-01-07 19:42:23 +07:00
parent 12e442c2e6
commit e95f00342b
11 changed files with 8 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ use std::borrow::Cow;
use strum::AsRefStr;
use tree_hash::TreeHash;
use types::{
attestation::SingleAttestation, Attestation, AttestationRef, BeaconCommittee,
SingleAttestation, Attestation, AttestationRef, BeaconCommittee,
BeaconStateError::NoCommitteeFound, ChainSpec, CommitteeIndex, Epoch, EthSpec, Hash256,
IndexedAttestation, SelectionProof, SignedAggregateAndProof, Slot, SubnetId,
};

View File

@@ -16,7 +16,6 @@ use crate::{
BeaconChain, BeaconChainTypes, BlockError, ChainConfig, ServerSentEventHandler,
StateSkipConfig,
};
use attestation::SingleAttestation;
use bls::get_withdrawal_credentials;
use eth2::types::SignedBlockContentsTuple;
use execution_layer::test_utils::generate_genesis_header;