Skip to content

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 13, 2024
1 parent 3effcfb commit d6accd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/src/entrypoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
extern crate alloc;
pub use solana_program_error::ProgramResult;
use {
crate::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey},
crate::{account_info::AccountInfo, pubkey::Pubkey},
alloc::vec::Vec,
std::{
alloc::Layout,
Expand Down

0 comments on commit d6accd8

Please sign in to comment.