Skip to content

Commit c2f5a47

Browse files
Remove unnecessary import
1 parent 40d6f97 commit c2f5a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tests/program-manager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Account, AleoNetworkClient, Program, ExecutionResponse, ImportedPrograms, ImportedVerifyingKeys, OfflineQuery,
22
ProgramManager, RecordPlaintext, Transaction, VerifyingKey, verifyFunctionExecution } from "@provablehq/sdk/%%NETWORK%%.js";
33
import {
4-
beaconAddressString, beaconPrivateKeyString,
4+
beaconAddressString,
55
helloProgram,
66
recordStatePath,
77
statePathRecord,

0 commit comments

Comments
 (0)