Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rustcandy committed May 1, 2024
1 parent 513377d commit 1abfb5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/staking/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::state::{
};
use crate::state::{new_unstake_request, remove_unstake_request, unstake_requests, UnstakeRequest};
use cosmwasm_std::{
ensure, Addr, Binary, CosmosMsg, Deps, DepsMut, Env, IbcTimeout, MessageInfo, Order, ReplyOn,
ensure, Addr, CosmosMsg, Deps, DepsMut, Env, IbcTimeout, MessageInfo, Order, ReplyOn,
Response, SubMsg, SubMsgResponse, SubMsgResult, Timestamp, Uint128,
};
use cw_utils::PaymentError;
Expand Down
1 change: 0 additions & 1 deletion contracts/staking/src/oracle.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Types for the Oracle contract
use cosmwasm_schema::cw_serde;
use cosmwasm_std::{Binary, Decimal};

#[cw_serde]
pub enum Oracle {
Expand Down

0 comments on commit 1abfb5c

Please sign in to comment.