Skip to content

Commit 618c111

Browse files
authored
Remove unused glob import from wc-commander.js
Since I am not using glob anywhere in the code, I just deleted this line.
1 parent b309bfe commit 618c111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

implement-shell-tools/wc/wc-commander.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {program} from "commander";
22
import { promises as fs } from "node:fs";
33
import process from "node:process";
4-
import { glob } from "glob";
54

65
program
76
.name("content counter")

0 commit comments

Comments
 (0)