Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 23, 2024
1 parent ebfc7e1 commit bf77b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/imports.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use alloc::vec::Vec;
use cosmwasm_core::{Addr, CanonicalAddr};

use crate::import_helpers::{from_high_half, from_low_half};
use crate::memory::{Owned, Region};
Expand All @@ -14,6 +13,7 @@ use crate::{
iterator::{Order, Record},
memory::get_optional_region_address,
};
use crate::{Addr, CanonicalAddr};
#[cfg(feature = "cosmwasm_2_1")]
use crate::{AggregationError, HashFunction, PairingEqualityError};
use crate::{RecoverPubkeyError, StdError, StdResult, SystemError, VerificationError};
Expand Down

0 comments on commit bf77b0c

Please sign in to comment.