Skip to content

Commit

Permalink
fix code smells
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Oct 27, 2023
1 parent 70fea1e commit a928708
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ import {
createConfigLoad,
createTeamConfigMock,
createUnsecureTeamConfigMock,
createInputBox,
} from "../../__mocks__/mockCreators/shared";
import { createDatasetSessionNode, createDatasetTree } from "../../__mocks__/mockCreators/datasets";
import { createProfileManager, newTestSchemas } from "../../__mocks__/mockCreators/profiles";
import { createProfileManager } from "../../__mocks__/mockCreators/profiles";
import * as vscode from "vscode";
import * as utils from "../../src/utils/ProfilesUtils";
import * as globals from "../../src/globals";
Expand Down
1 change: 0 additions & 1 deletion packages/zowe-explorer/src/Profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
IValidationSetting,
ValidProfileEnum,
ProfilesCache,
IUrlValidator,
ZoweVsCodeExtension,
getFullPath,
getZoweDir,
Expand Down

0 comments on commit a928708

Please sign in to comment.