Skip to content

Commit 1cd8078

Browse files
committed
Removed unused imports
Signed-off-by: enam-khan <[email protected]>
1 parent 7a3eb2a commit 1cd8078

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/vsce/__tests__/__unit__/trees/CICSSessionTree.unit.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import { imperative } from "@zowe/zowe-explorer-api";
1313
import { CICSSessionTree } from "../../../src/trees/CICSSessionTree";
1414
import { getIconFilePathFromName } from "../../../src/utils/iconUtils";
15-
import { SessConstants } from "@zowe/imperative";
1615
import { CICSRegionTree } from "../../../src/trees/CICSRegionTree";
1716

1817
const cicsProfileMock = {

packages/vsce/src/trees/CICSSessionTree.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { CICSRegionTree } from "./CICSRegionTree";
1414
import { CICSPlexTree } from "./CICSPlexTree";
1515
import { imperative } from "@zowe/zowe-explorer-api";
1616
import { getIconFilePathFromName } from "../utils/iconUtils";
17-
import { Session, SessConstants } from "@zowe/imperative";
17+
import { SessConstants } from "@zowe/imperative";
1818

1919
export class CICSSessionTree extends TreeItem {
2020
children: (CICSPlexTree | CICSRegionTree)[];

0 commit comments

Comments
 (0)