Skip to content

Commit ef75997

Browse files
committed
Linter happy
1 parent 60e5d4f commit ef75997

File tree

1 file changed

+1
-1
lines changed
  • contracts/minters/open-edition-minter-merkle-wl/src

1 file changed

+1
-1
lines changed

contracts/minters/open-edition-minter-merkle-wl/src/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ use sg2::query::Sg2QueryMsg;
2525
use sg4::{MinterConfig, Status, StatusResponse, SudoMsg};
2626
use sg721::{ExecuteMsg as Sg721ExecuteMsg, InstantiateMsg as Sg721InstantiateMsg};
2727
use sg_std::{StargazeMsgWrapper, NATIVE_DENOM};
28+
use url::Url;
2829
use whitelist_mtree::msg::{
2930
ConfigResponse as WhitelistConfigResponse, HasMemberResponse, QueryMsg as WhitelistQueryMsg,
3031
};
31-
use url::Url;
3232
pub type Response = cosmwasm_std::Response<StargazeMsgWrapper>;
3333
pub type SubMsg = cosmwasm_std::SubMsg<StargazeMsgWrapper>;
3434

0 commit comments

Comments
 (0)