Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Oct 16, 2024
1 parent 90008c8 commit 2fd0611
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
use std::str::FromStr;
use std::time::Duration;

use anchor_lang::prelude::Pubkey;
#[cfg(feature = "witness")]
use anchor_lang::prelude::SolanaSysvar;
use anchor_lang::prelude::{Pubkey, SolanaSysvar};
use lib::hash::CryptoHash;
use spl_token::solana_program::clock::Clock;
use spl_token::solana_program::sysvar::Sysvar;

use crate::client_state::AnyClientState;
use crate::consensus_state::AnyConsensusState;
Expand Down

0 comments on commit 2fd0611

Please sign in to comment.