Cleanup unused import

This commit is contained in:
Jeremy Wall 2022-09-05 10:15:47 -04:00
parent 2683a7baab
commit bf5eb0d2b5

View File

@ -13,7 +13,7 @@
// limitations under the License.
//! The MerkleDag backing store trait.
use std::{collections::BTreeMap, hash::Hash};
use std::collections::BTreeMap;
use crate::{hash::HashWriter, node::Node};