From e49a2952d9071afc910fccb3b27c581a271560fe Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 18 Jan 2026 08:14:39 +0000 Subject: [PATCH] fix: clean up duplicate import (#1098) Follow-up after rebase. --- src/agents/pi-embedded-runner/run/attempt.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/agents/pi-embedded-runner/run/attempt.ts b/src/agents/pi-embedded-runner/run/attempt.ts index da0d495e2..19ce38b84 100644 --- a/src/agents/pi-embedded-runner/run/attempt.ts +++ b/src/agents/pi-embedded-runner/run/attempt.ts @@ -68,8 +68,6 @@ import { describeUnknownError, mapThinkingLevel } from "../utils.js"; import { resolveSandboxRuntimeStatus } from "../../sandbox/runtime-status.js"; import { isTimeoutError } from "../../failover-error.js"; import { getGlobalHookRunner } from "../../../plugins/hook-runner-global.js"; -import { MAX_IMAGE_BYTES } from "../../../media/constants.js"; - import { MAX_IMAGE_BYTES } from "../../../media/constants.js"; import type { EmbeddedRunAttemptParams, EmbeddedRunAttemptResult } from "./types.js"; import { detectAndLoadPromptImages } from "./images.js";