Skip to content

Commit c3b47fa

Browse files
committed
Remove unused imports in the program-no-proving zkprogram example
1 parent fd8c65b commit c3b47fa

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/examples/zkprogram/program-no-proving.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
import {
2-
SelfProof,
3-
Field,
4-
ZkProgram,
5-
verify,
6-
Proof,
7-
JsonProof,
8-
Provable,
9-
Empty,
10-
Cache,
11-
} from 'o1js';
1+
import { Field, ZkProgram } from 'o1js';
122

133
let MyProgram = ZkProgram({
144
name: 'example-without-proving',

0 commit comments

Comments
 (0)