Skip to content

Commit

Permalink
fix imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Mar 11, 2024
1 parent ad58f25 commit 58a2843
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion poly-commit/src/kzg10/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ mod tests {
use ark_bls12_377::Bls12_377;
use ark_bls12_381::Bls12_381;
use ark_bls12_381::Fr;
use ark_ec::pairing::Pairing;
use ark_poly::univariate::DensePolynomial as DensePoly;
use ark_std::test_rng;

Expand Down
1 change: 0 additions & 1 deletion poly-commit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ fn lc_query_set_to_poly_query_set<'a, F: Field, T: Clone + Ord>(
pub mod tests {
use crate::*;
use ark_crypto_primitives::sponge::poseidon::{PoseidonConfig, PoseidonSponge};
use ark_poly::Polynomial;
use ark_std::rand::{
distributions::{Distribution, Uniform},
Rng, SeedableRng,
Expand Down

0 comments on commit 58a2843

Please sign in to comment.