diff --git a/yarn-project/aztec-rpc/src/kernel_prover/kernel_prover.ts b/yarn-project/aztec-rpc/src/kernel_prover/kernel_prover.ts index 1a9f0e6215b..2573c7f6afc 100644 --- a/yarn-project/aztec-rpc/src/kernel_prover/kernel_prover.ts +++ b/yarn-project/aztec-rpc/src/kernel_prover/kernel_prover.ts @@ -19,7 +19,6 @@ import { makeEmptyProof, makeTuple, } from '@aztec/circuits.js'; -import { IntegerType } from '@aztec/foundation/abi'; import { assertLength } from '@aztec/foundation/serialize'; import { KernelProofCreator, ProofCreator, ProofOutput, ProofOutputFinal } from './proof_creator.js'; diff --git a/yarn-project/circuits.js/src/structs/kernel/combined_accumulated_data.ts b/yarn-project/circuits.js/src/structs/kernel/combined_accumulated_data.ts index 623174eb8d4..0a145480d44 100644 --- a/yarn-project/circuits.js/src/structs/kernel/combined_accumulated_data.ts +++ b/yarn-project/circuits.js/src/structs/kernel/combined_accumulated_data.ts @@ -16,13 +16,7 @@ import { } from '../../cbind/constants.gen.js'; import { assertMemberLength, makeTuple } from '../../index.js'; import { serializeToBuffer } from '../../utils/serialize.js'; -import { - AggregationObject, - AztecAddress, - EthAddress, - Fr, - FunctionData, -} from '../index.js'; +import { AggregationObject, AztecAddress, EthAddress, Fr, FunctionData } from '../index.js'; /** * The information assembled after the contract deployment was processed by the private kernel circuit.