Skip to content

Commit ba40103

Browse files
committed
fix: remove unused import
1 parent 0a6419f commit ba40103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregation_mode/src/aggregators/sp1_aggregator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::sync::LazyLock;
33
use alloy::primitives::Keccak256;
44
use sp1_aggregation_program::SP1VkAndPubInputs;
55
use sp1_sdk::{
6-
EnvProver, HashableKey, Prover, ProverClient, SP1ProofWithPublicValues, SP1Stdin,
6+
EnvProver, HashableKey, ProverClient, SP1ProofWithPublicValues, SP1Stdin,
77
SP1VerifyingKey,
88
};
99

0 commit comments

Comments
 (0)