Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rebenkoy committed Nov 26, 2023
1 parent 42d1c18 commit c5a2c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ mod test {

use ff::Field;
use halo2::halo2curves::bn256;
use itertools::{Unfold, unfold};
use itertools::unfold;
use rand_core::OsRng;
use crate::{gate::Gatebb, circuit::{Circuit, Advice}, gadgets::input::input, constraint_system::CS, witness::{Module, compute_error_term, ProtostarLhsWtns}};
use crate::{gate::Gatebb, circuit::{Circuit, Advice}, gadgets::input::input, witness::{Module, compute_error_term, ProtostarLhsWtns}};

use super::*;

Expand Down

0 comments on commit c5a2c2f

Please sign in to comment.