From 8e894adda521fbb5531b2062bcb00b5c2255d271 Mon Sep 17 00:00:00 2001 From: Thomas V <2619415+tvillaren@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:10:58 +0200 Subject: [PATCH] lint: remove extra import --- src/cli.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.test.ts b/src/cli.test.ts index 02729a21..36b28464 100644 --- a/src/cli.test.ts +++ b/src/cli.test.ts @@ -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