Skip to content

Commit

Permalink
Fixing unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Aug 30, 2024
1 parent 57bcb79 commit 2ba083a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions programs/token-metadata/program/src/utils/master_edition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ use crate::{
pda::MARKER,
state::{
get_reservation_list, DataV2, EditionMarker, EditionMarkerV2, Key, MasterEdition, Metadata,
TokenMetadataAccount, Uses, EDITION, EDITION_MARKER_BIT_SIZE,
EDITION_TOKEN_STANDARD_OFFSET, MASTER_EDITION_FEE_FLAG_OFFSET,
MASTER_EDITION_TOKEN_STANDARD_OFFSET, MAX_EDITION_LEN, MAX_EDITION_MARKER_SIZE,
MAX_MASTER_EDITION_LEN, PREFIX,
TokenMetadataAccount, Uses, EDITION, EDITION_MARKER_BIT_SIZE, MAX_EDITION_LEN,
MAX_EDITION_MARKER_SIZE, MAX_MASTER_EDITION_LEN, PREFIX,
},
};

Expand Down
2 changes: 1 addition & 1 deletion programs/token-metadata/program/src/utils/metadata.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use borsh::{maybestd::io::Error as BorshError, BorshDeserialize, BorshSerialize};
use borsh::{maybestd::io::Error as BorshError, BorshDeserialize};
use mpl_utils::{
create_or_allocate_account_raw,
token::{get_mint_authority, SPL_TOKEN_PROGRAM_IDS},
Expand Down

0 comments on commit 2ba083a

Please sign in to comment.