Skip to content

Commit

Permalink
Removed some unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: enam-khan <[email protected]>
  • Loading branch information
enamkhan committed Feb 4, 2025
1 parent 7a3eb2a commit 7c4bd64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import { imperative } from "@zowe/zowe-explorer-api";
import { CICSSessionTree } from "../../../src/trees/CICSSessionTree";
import { getIconFilePathFromName } from "../../../src/utils/iconUtils";
import { SessConstants } from "@zowe/imperative";
import { CICSRegionTree } from "../../../src/trees/CICSRegionTree";

const cicsProfileMock = {
Expand Down
1 change: 0 additions & 1 deletion packages/vsce/src/trees/CICSSessionTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { CICSRegionTree } from "./CICSRegionTree";
import { CICSPlexTree } from "./CICSPlexTree";
import { imperative } from "@zowe/zowe-explorer-api";
import { getIconFilePathFromName } from "../utils/iconUtils";
import { Session, SessConstants } from "@zowe/imperative";

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

0 comments on commit 7c4bd64

Please sign in to comment.