Skip to content

Commit

Permalink
lint: remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillaren committed Jun 24, 2024
1 parent 5f3c975 commit 8e894ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { runCommand } from "@oclif/test";
import fs from "fs";
import { sep, posix, join } from "path";
import { sep, posix } from "path";

/**
* For the CLI tests to run, we need to run them in a Node environment with
Expand Down

0 comments on commit 8e894ad

Please sign in to comment.