Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 25, 2024
1 parent eda5a4d commit cf42051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resolver.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { exec } from "node:child_process";
import process from "node:process";
import { execAsync } from "./utils";
import { resolve } from "path/posix";

export type DenoMediaType =
| "TypeScript"
Expand Down

0 comments on commit cf42051

Please sign in to comment.