Skip to content

Commit 6750c7d

Browse files
committed
fix(hooks): remove unused fs import after switching to bounded reader
1 parent 03f08d3 commit 6750c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Hook install service installs hook packages from archives and local sources.
2-
import fs from "node:fs/promises";
2+
33
import path from "node:path";
44
import { normalizeTrimmedStringList } from "@openclaw/normalization-core/string-normalization";
55
import { MANIFEST_KEY } from "../compat/legacy-names.js";

0 commit comments

Comments
 (0)