Skip to content

Commit 98ce52d

Browse files
committed
Better organize some dependencies
1 parent 6d1f945 commit 98ce52d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/cli/cli/src/commands/query/packet/pending_acks.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
use cgp_core::CanRaiseError;
2-
use hermes_cosmos_relayer::contexts::chain::CosmosChain;
31
use oneline_eyre::eyre::{eyre, Context};
42

3+
use cgp_core::CanRaiseError;
4+
55
use hermes_cli_framework::command::CommandRunner;
66
use hermes_cli_framework::output::{json, Output};
77
use hermes_cosmos_client_components::traits::chain_handle::HasBlockingChainHandle;
88
use hermes_cosmos_relayer::contexts::builder::CosmosBuilder;
9+
use hermes_cosmos_relayer::contexts::chain::CosmosChain;
910

1011
use ibc_relayer::chain::counterparty::{channel_connection_client, unreceived_acknowledgements};
1112
use ibc_relayer::path::PathIdentifiers;

0 commit comments

Comments
 (0)