Remove unused import (#19015)

This commit is contained in:
Tyera Eulberg 2021-08-02 10:45:55 -06:00 committed by GitHub
parent 5e277897b0
commit bb275350c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use solana_bpf_rust_sysvar::process_instruction;
use solana_program_test::*;
use solana_sdk::sysvar::{fees, recent_blockhashes};
use solana_sdk::sysvar::recent_blockhashes;
use solana_sdk::{
instruction::{AccountMeta, Instruction},
pubkey::Pubkey,