Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seshanthS committed Oct 30, 2024
1 parent 537b895 commit 5da994d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circuits/tests/other_circuits/commitment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import { expect } from 'chai';
import path from 'path';
import { wasm as wasm_tester } from 'circom_tester';

import {
formatDg2Hash,
formatMrz,
packBytes,
} from '../../../common/src/utils/utils';
import { formatDg2Hash, formatMrz, packBytes } from '../../../common/src/utils/utils';
import { getLeaf, generateCommitment } from '../../../common/src/utils/pubkeyTree';

import { genMockPassportData } from '../../../common/src/utils/genMockPassportData';
Expand Down

0 comments on commit 5da994d

Please sign in to comment.