Skip to content

Commit

Permalink
cleanup unused import (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Aug 13, 2024
1 parent 3b069e2 commit 5524142
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eip7594/benches/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use bls12_381::Scalar;
use criterion::{criterion_group, criterion_main, Criterion};
use rust_eth_kzg::{
constants::{BYTES_PER_BLOB, CELLS_PER_EXT_BLOB},
Bytes48Ref, Cell, CellIndex, CellRef, DASContext, KZGCommitment, KZGProof, RowIndex,
TrustedSetup,
Bytes48Ref, Cell, CellIndex, CellRef, DASContext, KZGCommitment, KZGProof, TrustedSetup,
};

const POLYNOMIAL_LEN: usize = 4096;
Expand Down

0 comments on commit 5524142

Please sign in to comment.