Skip to content

Commit 8825bde

Browse files
lint
1 parent 0b574b3 commit 8825bde

8 files changed

Lines changed: 11 additions & 15 deletions

File tree

sdk-tests/anchor-semi-manual-test/tests/stress_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ use light_batched_merkle_tree::{
1818
initialize_state_tree::InitStateTreeAccountsInstructionData,
1919
};
2020
use light_client::interface::{
21-
create_load_instructions, get_create_accounts_proof, AccountInterface, AccountSpec,
22-
CreateAccountsProofInput, PdaSpec,
21+
create_load_instructions, get_create_accounts_proof, AccountSpec, CreateAccountsProofInput,
22+
PdaSpec,
2323
};
2424
use light_compressible::rent::SLOTS_PER_EPOCH;
2525
use light_program_test::{

sdk-tests/anchor-semi-manual-test/tests/test_create_all.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use anchor_semi_manual_test::{
66
MINT_SIGNER_SEED_B, RECORD_SEED, VAULT_AUTH_SEED, VAULT_SEED,
77
};
88
use light_client::interface::{
9-
create_load_instructions, get_create_accounts_proof, AccountInterface, AccountSpec,
10-
CreateAccountsProofInput, PdaSpec,
9+
create_load_instructions, get_create_accounts_proof, AccountSpec, CreateAccountsProofInput,
10+
PdaSpec,
1111
};
1212
use light_compressible::rent::SLOTS_PER_EPOCH;
1313
use light_program_test::{program_test::TestRpc, Rpc};

sdk-tests/anchor-semi-manual-test/tests/test_create_token_vault.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use anchor_semi_manual_test::{
55
CreateTokenVaultParams, LightAccountVariant, VaultSeeds, VAULT_AUTH_SEED, VAULT_SEED,
66
};
77
use light_client::interface::{
8-
create_load_instructions, get_create_accounts_proof, AccountInterface, AccountSpec, PdaSpec,
8+
create_load_instructions, get_create_accounts_proof, AccountSpec, PdaSpec,
99
};
1010
use light_compressible::rent::SLOTS_PER_EPOCH;
1111
use light_program_test::{program_test::TestRpc, Rpc};

sdk-tests/csdk-anchor-full-derived-test/tests/basic_test.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,7 @@ async fn test_create_pdas_and_mint_auto() {
353353
GameSession as GameSessionState, UserRecord,
354354
};
355355
use light_account::TokenDataWithSeeds;
356-
use light_client::interface::{
357-
create_load_instructions, AccountInterface, AccountSpec, PdaSpec,
358-
};
356+
use light_client::interface::{create_load_instructions, AccountSpec, PdaSpec};
359357

360358
// Fetch unified interfaces (hot/cold transparent)
361359
let user_interface = rpc

sdk-tests/csdk-anchor-full-derived-test/tests/integration_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ impl TestContext {
237237
expected_owner: Pubkey,
238238
expected_amount: u64,
239239
) {
240-
use light_client::interface::AccountInterface;
241-
242240
// Fetch token account interface
243241
let vault_interface = self
244242
.rpc

sdk-tests/pinocchio-light-program-test/tests/stress_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use light_batched_merkle_tree::{
1313
initialize_state_tree::InitStateTreeAccountsInstructionData,
1414
};
1515
use light_client::interface::{
16-
create_load_instructions, get_create_accounts_proof, AccountInterface, AccountSpec,
17-
CreateAccountsProofInput, PdaSpec,
16+
create_load_instructions, get_create_accounts_proof, AccountSpec, CreateAccountsProofInput,
17+
PdaSpec,
1818
};
1919
use light_compressible::rent::SLOTS_PER_EPOCH;
2020
use light_program_test::{

sdk-tests/pinocchio-light-program-test/tests/test_create_all.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ mod shared;
22

33
use light_account_pinocchio::token::TokenDataWithSeeds;
44
use light_client::interface::{
5-
create_load_instructions, get_create_accounts_proof, AccountInterface, AccountSpec,
6-
CreateAccountsProofInput, PdaSpec,
5+
create_load_instructions, get_create_accounts_proof, AccountSpec, CreateAccountsProofInput,
6+
PdaSpec,
77
};
88
use light_compressible::rent::SLOTS_PER_EPOCH;
99
use light_program_test::{program_test::TestRpc, Rpc};

sdk-tests/pinocchio-light-program-test/tests/test_create_token_vault.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mod shared;
22

33
use light_client::interface::{
4-
create_load_instructions, get_create_accounts_proof, AccountInterface, AccountSpec, PdaSpec,
4+
create_load_instructions, get_create_accounts_proof, AccountSpec, PdaSpec,
55
};
66
use light_compressible::rent::SLOTS_PER_EPOCH;
77
use light_program_test::{program_test::TestRpc, Rpc};

0 commit comments

Comments
 (0)