Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 6, 2024
1 parent 9d35eb0 commit 1cba670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-testkit/src/relayer/utils.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use alloc::string::String;
use core::marker::PhantomData;
use core::time::Duration;
use ibc::core::channel::types::timeout::TimeoutHeight;

use ibc::core::channel::types::acknowledgement::Acknowledgement;
use ibc::core::channel::types::channel::Order;
Expand All @@ -11,6 +10,7 @@ use ibc::core::channel::types::msgs::{
MsgTimeoutOnClose, PacketMsg,
};
use ibc::core::channel::types::packet::Packet;
use ibc::core::channel::types::timeout::TimeoutHeight;
use ibc::core::channel::types::Version as ChannelVersion;
use ibc::core::client::context::client_state::ClientStateValidation;
use ibc::core::client::context::ClientValidationContext;
Expand Down

0 comments on commit 1cba670

Please sign in to comment.