Skip to content

Commit 48619c0

Browse files
committed
lint: remove extra import
1 parent 24b6069 commit 48619c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { runCommand } from "@oclif/test";
22
import fs from "fs";
3-
import { sep, posix, join } from "path";
3+
import { sep, posix } from "path";
44

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

0 commit comments

Comments
 (0)