From 39bcc49194b4225358bf92bc264ff0a973403df6 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Thu, 17 Jul 2025 20:57:44 -0400 Subject: [PATCH] chore: lint --- bin/reth/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reth/src/main.rs b/bin/reth/src/main.rs index 08da17655..a19ff491a 100644 --- a/bin/reth/src/main.rs +++ b/bin/reth/src/main.rs @@ -9,7 +9,7 @@ mod serialized; mod spot_meta; mod tx_forwarder; -use std::{collections::BTreeMap, path::PathBuf, sync::Arc}; +use std::{collections::BTreeMap, sync::Arc}; use block_ingest::BlockIngest; use call_forwarder::CallForwarderApiServer;