Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnevadoc committed May 20, 2024
1 parent d83d125 commit c6d7f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_backend/src/poly/kzg/msm.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::fmt::Debug;

use super::commitment::{ParamsKZG, ParamsVerifierKZG};
use super::commitment::ParamsVerifierKZG;
use crate::{arithmetic::parallelize, poly::commitment::MSM};
use group::{Curve, Group};
use halo2_middleware::zal::traits::MsmAccel;
Expand Down

0 comments on commit c6d7f71

Please sign in to comment.