Skip to content

Commit 5da9393

Browse files
committed
refactor: remove unused formatError import from batchApply
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent e8d7a74 commit 5da9393

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands/batchApply.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { execFile } from "node:child_process";
22
import type * as VSCode from "vscode";
33
import { patchloomNeedsUpgrade, resolvePatchloomStatus } from "../binary/patchloom.js";
44
import { getPatchloomLog } from "../logging/outputChannel.js";
5-
import { formatError } from "../util.js";
65
import { activeWorkspaceFolder } from "../workspace/readiness.js";
76

87
export const BATCH_TEMPLATE = JSON.stringify({

0 commit comments

Comments
 (0)