Skip to content

Commit 72f2459

Browse files
committed
removed unused imports
Signed-off-by: Pujal <[email protected]>
1 parent b3b532c commit 72f2459

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/zowe-explorer/__tests__/__unit__/trees/dataset/ZoweDatasetNode.unit.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ import { ZoweExplorerApiRegister } from "../../../../src/extending/ZoweExplorerA
4646
import { SettingsConfig } from "../../../../src/configuration/SettingsConfig";
4747
import { MockedProperty } from "../../../__mocks__/mockUtils";
4848
import { AuthUtils } from "../../../../src/utils/AuthUtils";
49-
import { ImperativeError } from "@zowe/imperative";
50-
import { error } from "console";
5149

5250
// Missing the definition of path module, because I need the original logic for tests
5351
jest.mock("fs");

0 commit comments

Comments
 (0)