Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 19, 2024
1 parent d5cb774 commit dc22cfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/anvil/tests/it/ipc.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
//! IPC tests
use crate::utils::ethers_ipc_provider;
use alloy_primitives::U256;
use anvil::{spawn, NodeConfig};
use ethers::prelude::Middleware;
use futures::StreamExt;

use crate::utils::ethers_ipc_provider;

pub fn rand_ipc_endpoint() -> String {
let num: u64 = rand::Rng::gen(&mut rand::thread_rng());
if cfg!(windows) {
Expand Down

0 comments on commit dc22cfe

Please sign in to comment.