Skip to content

Commit bf77b0c

Browse files
committed
Fix imports
1 parent ebfc7e1 commit bf77b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use alloc::vec::Vec;
2-
use cosmwasm_core::{Addr, CanonicalAddr};
32

43
use crate::import_helpers::{from_high_half, from_low_half};
54
use crate::memory::{Owned, Region};
@@ -14,6 +13,7 @@ use crate::{
1413
iterator::{Order, Record},
1514
memory::get_optional_region_address,
1615
};
16+
use crate::{Addr, CanonicalAddr};
1717
#[cfg(feature = "cosmwasm_2_1")]
1818
use crate::{AggregationError, HashFunction, PairingEqualityError};
1919
use crate::{RecoverPubkeyError, StdError, StdResult, SystemError, VerificationError};

0 commit comments

Comments
 (0)