From 0eebc238de8cff7c4b5e57212a69e67bc3a7b35f Mon Sep 17 00:00:00 2001 From: LHerskind Date: Fri, 1 Sep 2023 16:49:54 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20formatting=20=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yarn-project/end-to-end/src/e2e_lending_contract.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/yarn-project/end-to-end/src/e2e_lending_contract.test.ts b/yarn-project/end-to-end/src/e2e_lending_contract.test.ts index 238158e240f..b9ed94024b5 100644 --- a/yarn-project/end-to-end/src/e2e_lending_contract.test.ts +++ b/yarn-project/end-to-end/src/e2e_lending_contract.test.ts @@ -7,7 +7,6 @@ import { Eip1271AccountContract, Eip1271AccountEntrypoint, EipEntrypointWallet, - EntrypointCollection, Fr, computeMessageSecretHash, } from '@aztec/aztec.js'; @@ -17,8 +16,6 @@ import { DebugLogger } from '@aztec/foundation/log'; import { LendingContract, NativeTokenContract, PriceFeedContract } from '@aztec/noir-contracts/types'; import { AztecRPC, TxStatus } from '@aztec/types'; -import times from 'lodash.times'; - import { setup } from './fixtures/utils.js'; describe('e2e_lending_contract', () => {