Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer9 committed Jan 15, 2025
1 parent 2d3e797 commit f11f5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/src/handler/precompiles.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::{OpSpec, OpSpecId};
use once_cell::race::OnceBox;
use precompile::{secp256r1, PrecompileErrors, Precompiles};
#[cfg(feature = "blst")]
use precompile::bls12_381;
use precompile::{secp256r1, PrecompileErrors, Precompiles};
use revm::{
context::Cfg, context_interface::CfgGetter, handler::EthPrecompileProvider,
handler_interface::PrecompileProvider, interpreter::InterpreterResult,
Expand Down

0 comments on commit f11f5c8

Please sign in to comment.