Skip to content

Commit

Permalink
nuking unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jul 3, 2024
1 parent f301177 commit 5e5f740
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ use dep::types::{
kernel_circuit_public_inputs::KernelCircuitPublicInputs, public_kernel_data::PublicKernelData,
public_data_update_request::PublicDataUpdateRequest, side_effect::Ordered
},
constants::{
MAX_NOTE_HASHES_PER_TX, MAX_PUBLIC_DATA_HINTS, MAX_NULLIFIER_READ_REQUESTS_PER_TX,
MAX_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX
},
constants::{MAX_PUBLIC_DATA_HINTS, MAX_NULLIFIER_READ_REQUESTS_PER_TX, MAX_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX},
data::public_data_hint::PublicDataHint,
merkle_tree::{conditionally_assert_check_membership, MembershipWitness},
partial_state_reference::PartialStateReference, utils::{arrays::array_length}, address::AztecAddress
Expand Down

0 comments on commit 5e5f740

Please sign in to comment.