Skip to content

Commit

Permalink
Remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 13, 2024
1 parent 22b4f53 commit 34d9fdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
dist*
.cache
.env
1 change: 0 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node

import { parseArgs } from "node:util";
import kleur from "kleur";

import { Importer } from "./src/Importer.js";
import { Logger } from "./src/Logger.js";
Expand Down

0 comments on commit 34d9fdd

Please sign in to comment.