Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Jul 10, 2023
1 parent 7b2b07d commit 587a47b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ use near_sdk::Promise;
/// use std::collections::HashMap;
/// use near_sdk::borsh::{self, BorshDeserialize, BorshSerialize};
/// use near_sdk::{PanicOnDefault, AccountId, PromiseOrValue, near_bindgen, Promise};
/// use near_contract_standards::non_fungible_token::{NonFungibleToken, TokenId};
/// use near_contract_standards::non_fungible_token::approval::NonFungibleTokenApproval;
/// use near_contract_standards::non_fungible_token::{TokenId, NonFungibleToken, NonFungibleTokenApproval};
///
/// #[near_bindgen]
/// #[derive(BorshDeserialize, BorshSerialize, PanicOnDefault)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ use std::collections::HashMap;
/// use std::collections::HashMap;
/// use near_sdk::borsh::{self, BorshDeserialize, BorshSerialize};
/// use near_sdk::{PanicOnDefault, AccountId, PromiseOrValue, near_bindgen};
/// use near_contract_standards::non_fungible_token::{NonFungibleToken, TokenId};
/// use near_contract_standards::non_fungible_token::core::NonFungibleTokenResolver;
/// use near_contract_standards::non_fungible_token::{NonFungibleToken, NonFungibleTokenResolver, TokenId};
///
/// #[near_bindgen]
/// #[derive(BorshDeserialize, BorshSerialize, PanicOnDefault)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ use near_sdk::AccountId;
/// use std::collections::HashMap;
/// use near_sdk::borsh::{self, BorshDeserialize, BorshSerialize};
/// use near_sdk::{PanicOnDefault, AccountId, PromiseOrValue, near_bindgen, Promise};
/// use near_contract_standards::non_fungible_token::{NonFungibleToken, TokenId, Token};
/// use near_contract_standards::non_fungible_token::enumeration::NonFungibleTokenEnumeration;
/// use near_contract_standards::non_fungible_token::{NonFungibleToken, NonFungibleTokenEnumeration, TokenId, Token};
/// use near_sdk::json_types::U128;
///
/// #[near_bindgen]
Expand Down

0 comments on commit 587a47b

Please sign in to comment.