Browse Source

simulate.ts: remove duplicate event import

Chris Heaney 4 years ago
parent
commit
ea35d62de5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ts/src/program/namespace/simulate.ts

+ 0 - 1
ts/src/program/namespace/simulate.ts

@@ -12,7 +12,6 @@ import {
   InstructionContextFn,
   InstructionContextFn,
   MakeInstructionsNamespace,
   MakeInstructionsNamespace,
 } from "./types";
 } from "./types";
-import { Event } from "../event";
 
 
 export default class SimulateFactory {
 export default class SimulateFactory {
   public static build<IDL extends Idl, I extends AllInstructions<IDL>>(
   public static build<IDL extends Idl, I extends AllInstructions<IDL>>(