Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Aug 9, 2024
1 parent 21691cf commit 409341a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Copyright Contributors to the Zowe Project.
*
*/

describe("Cmd CLI Secure Tests", () => {
require("./Cmd.cli.auth.login.fruit.integration.subtest");
require("./Cmd.cli.auth.logout.fruit.integration.subtest");
Expand Down
2 changes: 0 additions & 2 deletions packages/zosmf/src/ZosmfBaseHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ import {
ICommandArguments,
ICommandHandler,
IHandlerParameters,
IProfile,
IHandlerResponseConsoleApi,
IHandlerFormatOutputApi,
IHandlerResponseDataApi,
IHandlerProgressApi,
IImperativeError,
ImperativeError,
IProfileLoaded,
ISession,
Session,
ConnectionPropsForSessCfg
Expand Down

0 comments on commit 409341a

Please sign in to comment.