chore: fix lints

This commit is contained in:
Bobbin Threadbare 2024-12-26 23:12:49 -08:00
parent 43b2954d60
commit d470a5087b
No known key found for this signature in database
GPG key ID: 289C444AD87BC941

View file

@ -2,7 +2,6 @@ use alloc::{collections::BTreeMap, vec::Vec};
use core::mem;
use num::Integer;
use winter_utils::{ByteReader, ByteWriter, Deserializable, DeserializationError, Serializable};
use super::{EmptySubtreeRoots, InnerNodeInfo, MerkleError, MerklePath, NodeIndex};