diff --git a/src/commands/src/shared/next-gen-stage.ts b/src/commands/src/shared/next-gen-stage.ts index d0f67db75..758d3a482 100644 --- a/src/commands/src/shared/next-gen-stage.ts +++ b/src/commands/src/shared/next-gen-stage.ts @@ -1,4 +1,4 @@ -import { executeCliCommand, getCommitHash, getPatchId } from '../helpers'; +import { executeCliCommand } from '../helpers'; interface StageParams { repoDir: string;