Removed unused import.

This commit is contained in:
2026-01-31 07:47:08 +01:00
parent ee2ecf9b2a
commit 90c829b7ef

View File

@@ -2,7 +2,6 @@
import { exec, execSync, spawnSync } from "child_process"; import { exec, execSync, spawnSync } from "child_process";
import { writeFileSync } from "fs"; import { writeFileSync } from "fs";
import { env } from "process";
import { parseArgs } from "util"; import { parseArgs } from "util";
const args = parseArgs({ const args = parseArgs({