Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed May 9, 2024
1 parent 4d8cb0c commit cdd8ead
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CircomZKit.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import fs from "fs";
import os from "os";
import path from "path";

import { CircuitZKit } from "./CircuitZKit";
import { ManagerZKit } from "./ManagerZKit";
import { CircuitInfo } from "./types";
import { readDirRecursively } from "./utils";
import { resolveInclude } from "ejs";

export class CircomZKit {
constructor(private readonly _manager: ManagerZKit) {}
Expand Down

0 comments on commit cdd8ead

Please sign in to comment.