Skip to content

Commit

Permalink
chore: remove unused imports (#10134)
Browse files Browse the repository at this point in the history
title
  • Loading branch information
TomAFrench authored Nov 22, 2024
1 parent 62a6b66 commit 8dbeda0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::{NFT, types::nft_note::NFTNote};
use dep::aztec::{
hash::pedersen_hash,
oracle::{
execution::{get_block_number, get_contract_address},
random::random,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ use dep::aztec::{
oracle::random::random,
prelude::{NoteHeader, NullifiableNote, PrivateContext},
protocol_types::{
address::AztecAddress,
constants::GENERATOR_INDEX__NOTE_NULLIFIER,
address::AztecAddress, constants::GENERATOR_INDEX__NOTE_NULLIFIER,
hash::poseidon2_hash_with_separator,
traits::{Empty, Eq},
},
};

Expand Down

0 comments on commit 8dbeda0

Please sign in to comment.