Skip to content

Commit 836f423

Browse files
Unused imports removed
1 parent 9ff7642 commit 836f423

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • implement-shell-tools/ls

implement-shell-tools/ls/ls.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { program } from "commander";
2-
import { on } from "node:events";
32
import { promises as fs } from "node:fs";
4-
import path from "node:path";
53

64
program
75
.name("node-ls")

0 commit comments

Comments
 (0)