Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 30, 2024
1 parent 3dee66f commit 0b264e0
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use dep::aztec::{
use crate::{Token, types::transparent_note::TransparentNote};
use dep::uint_note::uint_note::UintNote;
use aztec::{
keys::getters::get_public_keys,
oracle::{
execution::{get_block_number, get_contract_address},
random::random,
Expand All @@ -9,10 +12,6 @@ use dep::aztec::{
test::helpers::{cheatcodes, test_environment::TestEnvironment},
};

use crate::{Token, types::transparent_note::TransparentNote};
use dep::uint_note::uint_note::UintNote;
use aztec::keys::getters::get_public_keys;

pub unconstrained fn setup(
with_account_contracts: bool,
) -> (&mut TestEnvironment, AztecAddress, AztecAddress, AztecAddress) {
Expand Down

0 comments on commit 0b264e0

Please sign in to comment.