Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Aug 6, 2024
1 parent 7c20a9c commit 623476c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion bin/opt8n/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub mod opt8n;
use std::path::PathBuf;

use alloy_rpc_types::anvil::Forking;
use anvil::cmd::NodeArgs;
use clap::Parser;
use color_eyre::eyre;
Expand Down
5 changes: 1 addition & 4 deletions bin/opt8n/src/opt8n.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

use alloy_eips::eip2718::Encodable2718;
use alloy_eips::BlockId;
use alloy_rpc_types::{
anvil::Forking,
trace::geth::{PreStateConfig, PreStateFrame},
};
use alloy_rpc_types::trace::geth::{PreStateConfig, PreStateFrame};
use anvil::{cmd::NodeArgs, eth::EthApi, NodeConfig, NodeHandle};
use anvil_core::eth::block::Block;
use anvil_core::eth::transaction::PendingTransaction;
Expand Down

0 comments on commit 623476c

Please sign in to comment.