Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 6, 2024
1 parent 330a713 commit d9c5abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/ef-testing/src/evm_sequencer/evm_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,10 @@ mod tests {
};
use alloy_consensus::TxEip1559;
use alloy_eips::eip2930::AccessList;
use alloy_primitives::Signature;
use alloy_primitives::B256;
use ef_tests::models::Account;
use reth_primitives::{sign_message, Signature, TransactionSigned};
use reth_primitives::{sign_message, TransactionSigned};

#[test]
fn test_execute_simple_contract() {
Expand Down

0 comments on commit d9c5abb

Please sign in to comment.