Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 committed Dec 2, 2024
1 parent 44892bc commit 8d1db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/coordinator/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use cosmwasm_std::{
use cw2::VersionError;
use error_stack::report;
use itertools::Itertools;
use semver::{Version, VersionReq};
use semver::Version;

use crate::error::ContractError;
use crate::msg::{ExecuteMsg, InstantiateMsg, QueryMsg};
Expand Down

0 comments on commit 8d1db81

Please sign in to comment.