Skip to content

Commit 68af757

Browse files
committed
chore: remove unused imports
1 parent e7bb69e commit 68af757

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/dbs/storage/src/storage_db/snapshot_db.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ use derivative::Derivative;
226226
use malloc_size_of_derive::MallocSizeOf as DeriveMallocSizeOf;
227227
use primitives::{EpochId, MerkleHash, MERKLE_NULL_NODE, NULL_EPOCH};
228228
use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
229-
use rlp_derive::{RlpDecodable, RlpEncodable};
230229
use serde_utils::rlp_decode_bool_compat;
231230
use std::{path::Path, sync::Arc};
232231
use tokio::sync::Semaphore;

0 commit comments

Comments
 (0)