Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmpw committed Oct 2, 2023
1 parent 84aabe9 commit 1b26f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cw721/on-chain-metadata/src/bin/schema.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use cosmwasm_schema::write_api;

use cosmwasm_std::Empty;
use {{crate_name}}::{ExecuteMsg, InstantiateMsg, QueryMsg};

fn main() {
Expand Down

0 comments on commit 1b26f5f

Please sign in to comment.