From 99ab354465ad8b5ff0cd0106c142748c093661c8 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sat, 7 Feb 2026 22:28:25 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8import=20OutputContr?= =?UTF-8?q?actEntry=20=E3=82=92=E5=89=8A=E9=99=A4=EF=BC=88lint=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/piece/instruction/ReportInstructionBuilder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/piece/instruction/ReportInstructionBuilder.ts b/src/core/piece/instruction/ReportInstructionBuilder.ts index 89f8cc9..2c21aa9 100644 --- a/src/core/piece/instruction/ReportInstructionBuilder.ts +++ b/src/core/piece/instruction/ReportInstructionBuilder.ts @@ -5,7 +5,7 @@ * Assembles template variables and renders a single complete template. */ -import type { PieceMovement, Language, OutputContractEntry } from '../../models/types.js'; +import type { PieceMovement, Language } from '../../models/types.js'; import type { InstructionContext } from './instruction-context.js'; import { replaceTemplatePlaceholders } from './escape.js'; import { isOutputContractItem, renderReportContext, renderReportOutputInstruction } from './InstructionBuilder.js';