Skip to content

Commit

Permalink
Address clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Mar 13, 2024
1 parent fff2a30 commit f048121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};

use cosmwasm_std::{to_json_binary, Addr, QuerierWrapper, QueryRequest, StdResult, WasmQuery};

use crate::msg::{Member, MemberResponse};
use crate::msg::MemberResponse;
use crate::{
msg::{ConfigResponse, QueryMsg},
state::Config,
Expand Down

0 comments on commit f048121

Please sign in to comment.