Skip to content

Commit b561071

Browse files
committed
chore: address clippy warnings
1 parent b9bc28c commit b561071

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

aggregation_mode/src/aggregators/sp1_aggregator.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ use std::sync::LazyLock;
22

33
use alloy::primitives::Keccak256;
44
use sp1_aggregation_program::SP1VkAndPubInputs;
5+
#[cfg(feature = "prove")]
6+
use sp1_sdk::EnvProver;
57
use sp1_sdk::{
6-
CpuProver, EnvProver, HashableKey, Prover, ProverClient, SP1ProofWithPublicValues, SP1Stdin,
8+
CpuProver, HashableKey, Prover, ProverClient, SP1ProofWithPublicValues, SP1Stdin,
79
SP1VerifyingKey,
810
};
911

0 commit comments

Comments
 (0)