From 193f7f136e65997035d57a11480096ee0e9c2e0f Mon Sep 17 00:00:00 2001 From: rooooooooob Date: Tue, 16 Jul 2024 07:34:09 -0700 Subject: [PATCH] fmt --- chain/rust/src/byron/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/chain/rust/src/byron/mod.rs b/chain/rust/src/byron/mod.rs index 3c9c8452..1c455eea 100644 --- a/chain/rust/src/byron/mod.rs +++ b/chain/rust/src/byron/mod.rs @@ -3,7 +3,6 @@ use noop_proc_macro::wasm_bindgen; #[cfg(feature = "used_from_wasm")] use wasm_bindgen::prelude::wasm_bindgen; - use std::io::{BufRead, Write}; use cml_crypto::{chain_crypto::hash::Blake2b224, Bip32PublicKey, PublicKey};