Skip to content

Commit

Permalink
Remove unnecessary imports and code from index.ts
Browse files Browse the repository at this point in the history
Removed unnecessary imports and code from index.ts to improve
readability and maintainability of the file.

Generated by gpt-3.5-turbo
  • Loading branch information
joone committed Mar 8, 2024
1 parent 674e13c commit d07aee9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/usr/bin/env node
import * as yargs from "yargs";
import { Loz } from "./loz";
import { exec } from "child_process";
import * as readlinePromises from "readline/promises";

import { DEBUG } from "./constant";

const isRunningInMocha = process.env.MOCHA_ENV === "test";
Expand Down

0 comments on commit d07aee9

Please sign in to comment.