Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 132683c

Browse files
author
Tobin C. Harding
committed
Remove unused import statement
1 parent 7355172 commit 132683c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cnd/src/comit_api/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use crate::{
1111
use bitcoin::util::amount::Denomination;
1212
use libp2p_comit::frame::Header;
1313
use serde::de::Error;
14-
use std::fmt;
1514

1615
impl FromHeader for LedgerKind {
1716
fn from_header(mut header: Header) -> Result<Self, serde_json::Error> {

0 commit comments

Comments
 (0)