Skip to content

Commit b8c36ac

Browse files
committed
chore(xsd): drop unused existsSync import
1 parent 305873a commit b8c36ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fetch-xsd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
import { createHash } from "node:crypto";
27-
import { existsSync, readdirSync } from "node:fs";
27+
import { readdirSync } from "node:fs";
2828
import { mkdir, rm } from "node:fs/promises";
2929
import { join } from "node:path";
3030

0 commit comments

Comments
 (0)