Skip to content

Commit 93e6755

Browse files
authored
anvil: remove unused BlockNumberOrTag import in hardfork tests (#11952)
Update hardfork.rs
1 parent 084d6ad commit 93e6755

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/anvil/src/hardfork.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ pub fn ethereum_hardfork_from_block_tag(block: impl Into<BlockNumberOrTag>) -> E
9595
mod tests {
9696
use super::*;
9797
use alloy_hardforks::ethereum::mainnet::*;
98-
#[allow(unused_imports)]
99-
use alloy_rpc_types::BlockNumberOrTag;
10098

10199
#[test]
102100
fn test_ethereum_spec_id_mapping() {

0 commit comments

Comments
 (0)