bugfix: clippy issues (#6876)

This commit is contained in:
Jędrzej Stuczyński
2026-06-12 11:10:06 +01:00
committed by GitHub
parent 931ec03b28
commit b6eb391e85
@@ -11,8 +11,6 @@ use cosmrs::tx;
use cosmrs::tx::SignDoc;
use nym_config::defaults;
use std::borrow::Cow;
use std::ops::Deref;
use std::sync::Arc;
use thiserror::Error;
use zeroize::{Zeroize, ZeroizeOnDrop, Zeroizing};