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', () => {