Skip to content

Commit 006f374

Browse files
authored
Fix unused import in ListBaseHandler.test.ts
Signed-off-by: Timothy Johnson <[email protected]>
1 parent 586fa7c commit 006f374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/cli/list/ListBaseHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
import { mockHandlerParameters } from "@zowe/cli-test-utils";
12-
import { IHandlerParameters, Imperative, ImperativeConfig, ISession } from "@zowe/imperative";
12+
import { IHandlerParameters, ImperativeConfig, ISession } from "@zowe/imperative";
1313
import { ListBaseHandler } from "../../../src/cli/list/ListBaseHandler";
1414
import { homedir } from "os";
1515
import { join } from "path";

0 commit comments

Comments
 (0)