Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
Signed-off-by: enam-khan <[email protected]>
  • Loading branch information
enamkhan committed Jan 29, 2025
1 parent 2d3debd commit fa6e05a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vsce/src/trees/CICSTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import { openConfigFile } from "../utils/workspaceUtils";
import { CICSPlexTree } from "./CICSPlexTree";
import { CICSRegionTree } from "./CICSRegionTree";
import { CICSSessionTree } from "./CICSSessionTree";
import { SessConstants } from "@zowe/imperative";

export class CICSTree implements TreeDataProvider<CICSSessionTree> {
loadedProfiles: CICSSessionTree[] = [];
Expand Down

0 comments on commit fa6e05a

Please sign in to comment.