Skip to content

Commit a10259f

Browse files
committed
Remove unused code
1 parent d6e50f4 commit a10259f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/init/src/test/port.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execFile } from "node:child_process";
2-
import { appendFile, readFile, writeFile } from "node:fs/promises";
2+
import { readFile, writeFile } from "node:fs/promises";
33
import { createConnection, createServer } from "node:net";
44
import { join } from "node:path";
55
import process from "node:process";

0 commit comments

Comments
 (0)