cargo fix

This commit is contained in:
realbigsean
2022-10-05 17:20:54 -04:00
parent b5b4ce9509
commit 44515b8cbe
5 changed files with 12 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
use crate::kzg_proof::KzgProof;
use crate::{BeaconBlock, Blob, EthSpec, Hash256, SignedRoot, Slot};
use crate::{Blob, EthSpec, Hash256, SignedRoot, Slot};
use serde_derive::{Deserialize, Serialize};
use ssz::Encode;
use ssz_derive::{Decode, Encode};