Skip to content

Commit 5f18ddc

Browse files
krukowCopilot
andcommitted
chore: remove unused spawn import
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6f30197 commit 5f18ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docs-validation/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import * as fs from "fs";
77
import * as path from "path";
8-
import { execFileSync, spawn } from "child_process";
8+
import { execFileSync } from "child_process";
99
import { glob } from "glob";
1010

1111
const ROOT_DIR = path.resolve(import.meta.dirname, "../..");

0 commit comments

Comments
 (0)