Skip to content

Commit

Permalink
rm absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 30, 2024
1 parent d8e65c6 commit 8d47a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-testkit/src/testapp/ibc/clients/mock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pub mod misbehaviour;

/// Re-exports mock proto types from the `ibc-proto` crate
pub mod proto {
pub use ::ibc_proto::ibc::mock::*;
pub use ibc_proto::ibc::mock::*;
}

0 comments on commit 8d47a2a

Please sign in to comment.