Skip to content

Commit 1471d29

Browse files
ochafikclaude
andcommitted
chore: remove unused imports in setup-bun.mjs
Address github-code-quality bot comments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 38833ba commit 1471d29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/setup-bun.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ import {
1616
writeFileSync,
1717
} from "fs";
1818
import { join, dirname } from "path";
19-
import { execSync, spawnSync } from "child_process";
19+
import { spawnSync } from "child_process";
2020
import { fileURLToPath } from "url";
21-
import { createWriteStream } from "fs";
2221
import { get } from "https";
2322
import { createGunzip } from "zlib";
2423

0 commit comments

Comments
 (0)