Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 21, 2024
1 parent e678c62 commit ee37d1e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/vm/src/calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ use serde::de::DeserializeOwned;
use wasmer::Value;

use cosmwasm_std::{
ContractResult, CustomMsg, Env, IbcSourceChainCallbackMsg, MessageInfo, QueryResponse, Reply,
Response,
ContractResult, CustomMsg, Env, IbcBasicResponse, IbcSourceChainCallbackMsg, MessageInfo,
QueryResponse, Reply, Response,
};
#[cfg(feature = "stargate")]
use cosmwasm_std::{
Ibc3ChannelOpenResponse, IbcBasicResponse, IbcChannelCloseMsg, IbcChannelConnectMsg,
IbcChannelOpenMsg, IbcPacketAckMsg, IbcPacketReceiveMsg, IbcPacketTimeoutMsg,
IbcReceiveResponse,
Ibc3ChannelOpenResponse, IbcChannelCloseMsg, IbcChannelConnectMsg, IbcChannelOpenMsg,
IbcPacketAckMsg, IbcPacketReceiveMsg, IbcPacketTimeoutMsg, IbcReceiveResponse,
};

use crate::backend::{BackendApi, Querier, Storage};
Expand Down

0 comments on commit ee37d1e

Please sign in to comment.