Skip to content

Commit

Permalink
chore: fmt + clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
guorong009 committed May 8, 2024
1 parent 2ef0805 commit 6ad6b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions halo2_proofs/tests/frontend_backend_split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ use halo2_backend::{
},
};
use halo2_frontend::{
circuit::{
compile_circuit,
WitnessCalculator,
},
circuit::{compile_circuit, WitnessCalculator},
dev::MockProver,
};
use halo2_proofs::poly::commitment::ParamsProver;
use std::collections::HashMap;


use halo2_proofs::poly::kzg::commitment::{KZGCommitmentScheme, ParamsKZG};
use halo2_proofs::poly::kzg::multiopen::{ProverSHPLONK, VerifierSHPLONK};
use halo2_proofs::poly::kzg::strategy::SingleStrategy;
Expand Down
4 changes: 1 addition & 3 deletions halo2_proofs/tests/utils.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use halo2_frontend::{
circuit::{
AssignedCell, Layouter, Region, SimpleFloorPlanner, Value,
},
circuit::{AssignedCell, Layouter, Region, SimpleFloorPlanner, Value},
plonk::{
circuit::{Challenge, Column},
Advice, Circuit, ConstraintSystem, Error as ErrorFront, Expression, FirstPhase, Fixed,
Expand Down

0 comments on commit 6ad6b4b

Please sign in to comment.