Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Johnston <[email protected]>
  • Loading branch information
gejohnston committed Feb 6, 2024
1 parent 68ac43c commit 4a9e2c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import { ICommandProfileTypeConfiguration } from "../../src/doc/profiles/definit
import { ProfileIO } from "../../../profiles/src/utils/ProfileIO";
import { CliProfileManager } from "../../src/profiles/CliProfileManager";
import { IProfile } from "../../../profiles/src/doc/definition/IProfile";
import { inspect } from "util";
import { ImperativeError } from "../../../error/src/ImperativeError";
import { PROFILE_TYPE } from "../../../../__tests__/src/packages/profiles/src/constants/BasicProfileManagerTestConstants";
import { TEST_PROFILE_ROOT_DIR } from "../../../profiles/__tests__/TestConstants";
import { IProfileLoaded } from "../../..";

jest.mock("../../../profiles/src/utils/ProfileIO");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
TEST_PROFILE_ROOT_DIR
} from "./TestConstants";
import { TestLogger } from "../../../__tests__/src/TestLogger";
import { IProfile, ProfileIO } from "../";
import { IProfile } from "../";
import { inspect } from "util";

// UnitTestUtils.replaceIt();
Expand Down

0 comments on commit 4a9e2c5

Please sign in to comment.