Skip to content

Commit 9f8d0d2

Browse files
committed
remove unused imports from executor
1 parent 3986d67 commit 9f8d0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
import { platform, tmpdir } from "os";
4-
import { writeFileSync, unlinkSync, mkdirSync, readFileSync } from "fs";
4+
import { writeFileSync, unlinkSync } from "fs";
55
import { exec } from "child_process";
66
import { Language, Environment } from "./constants";
77
import path from "path";

0 commit comments

Comments
 (0)