Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksasj committed Jan 21, 2025
1 parent 78bb2cf commit eac7866
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mcl/src/eip_4844.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ use std::io::Read;
#[cfg(feature = "std")]
use kzg::eip_4844::load_trusted_setup_string;

#[cfg(feature = "parallel")]
use rayon::prelude::*;

#[cfg(feature = "c_bindings")]
use crate::types::{g1::MclG1, fr::MclFr};

Expand Down

0 comments on commit eac7866

Please sign in to comment.