Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDmtri committed Jan 6, 2025
1 parent 33eb674 commit 5b5047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revmc/src/tests/runner.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use super::*;
use interpreter::{AccountLoad, Eip7702CodeLoad, SStoreResult, StateLoad};
use interpreter::{AccountLoad, SStoreResult, StateLoad};
use revm_interpreter::{opcode as op, Contract, DummyHost, Host, SelfDestructResult};
use revm_primitives::{
spec_to_generic, BlobExcessGasAndPrice, BlockEnv, CfgEnv, Env, HashMap, TxEnv, EOF_MAGIC_BYTES,
Expand Down

0 comments on commit 5b5047d

Please sign in to comment.