Skip to content

Commit

Permalink
rm shadowed import
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Aug 28, 2024
1 parent 87484aa commit f97c7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-apps/ics20-transfer/types/src/denom.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Defines types to represent "denominations" [as defined in ICS-20](https://github.com/cosmos/ibc/blob/main/spec/app/ics-020-fungible-token-transfer/README.md#data-structures)
use core::fmt::{Display, Error as FmtError, Formatter};
use core::fmt::{Error as FmtError, Formatter};
use core::str::FromStr;

use derive_more::{Display, From};
Expand Down

0 comments on commit f97c7fc

Please sign in to comment.