fix: clean up duplicate import (#1098)

Follow-up after rebase.
This commit is contained in:
Peter Steinberger
2026-01-18 08:14:39 +00:00
parent 8b57f519c3
commit e49a2952d9

View File

@@ -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";