Skip to content

Commit

Permalink
2117 - remove some unused imports in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Sep 11, 2023
1 parent 4a89b03 commit 83f0253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/src/rollup/rollup_wasm_wrapper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BaseOrMergeRollupPublicInputs, BaseRollupInputs, RootRollupInputs, RootRollupPublicInputs } from '../index.js';
import { BaseOrMergeRollupPublicInputs, BaseRollupInputs } from '../index.js';
import { callWasm } from '../utils/call_wasm.js';
import { CircuitsWasm } from '../wasm/circuits_wasm.js';

Expand Down
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/src/structs/rollup/root_rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
L1_TO_L2_MSG_SUBTREE_SIBLING_PATH_LENGTH,
NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP,
} from '../../cbind/constants.gen.js';
import { FieldsOf, assertMemberLength } from '../../utils/jsUtils.js';
import { FieldsOf } from '../../utils/jsUtils.js';
import { serializeToBuffer } from '../../utils/serialize.js';
import { AggregationObject } from '../aggregation_object.js';
import { GlobalVariables } from '../global_variables.js';
Expand Down

0 comments on commit 83f0253

Please sign in to comment.