Browse Source

remove AccountState import

Valentin Madrid 2 years ago
parent
commit
bc4ddb27c6
1 changed files with 1 additions and 4 deletions
  1. 1 4
      tokens/token-2022/non-transferable/native/program/src/lib.rs

+ 1 - 4
tokens/token-2022/non-transferable/native/program/src/lib.rs

@@ -11,10 +11,7 @@ use {
         system_instruction,
         sysvar::Sysvar,
     },
-    spl_token_2022::{
-        extension::ExtensionType, instruction as token_instruction, state::AccountState,
-        state::Mint,
-    },
+    spl_token_2022::{extension::ExtensionType, instruction as token_instruction, state::Mint},
 };
 
 #[derive(BorshSerialize, BorshDeserialize, Debug)]