Skip to content

Commit

Permalink
ts: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Oct 25, 2024
1 parent c25bd7b commit b0c17f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ts/packages/anchor/src/program/namespace/simulate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ import { splitArgsAndCtx } from "../context.js";
import { TransactionFn } from "./transaction.js";
import { EventParser, Event } from "../event.js";
import { Coder } from "../../coder/index.js";
import { Idl, IdlEvent, IdlTypeDef } from "../../idl.js";
import { Idl } from "../../idl.js";
import { translateError } from "../../error.js";
import {
AllEvents,
AllInstructions,
IdlTypes,
InstructionContextFn,
MakeInstructionsNamespace,
} from "./types";
Expand Down
2 changes: 1 addition & 1 deletion ts/packages/anchor/src/program/namespace/transaction.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Transaction } from "@solana/web3.js";
import { Idl, IdlInstruction } from "../../idl.js";
import { Idl } from "../../idl.js";
import { splitArgsAndCtx } from "../context.js";
import { InstructionFn } from "./instruction.js";
import {
Expand Down

0 comments on commit b0c17f3

Please sign in to comment.