Lint: drop stale model compat imports

This commit is contained in:
huntharo
2026-03-28 08:56:59 -04:00
committed by Peter Steinberger
parent 92fb4ad233
commit 0391e455bf
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import type { Api, Model } from "@mariozechner/pi-ai";
import type { AuthStorage, ModelRegistry } from "@mariozechner/pi-coding-agent";
import type { OpenClawConfig } from "../../config/config.js";
import type { ModelDefinitionConfig } from "../../config/types.js";
import { normalizeModelCompat } from "../../plugins/provider-model-compat.js";
import {
buildProviderUnknownModelHintWithPlugin,
clearProviderRuntimeHookCache,

View File

@@ -4,7 +4,6 @@ import type { ModelCompatConfig } from "../config/types.models.js";
import type { ToolLoopDetectionConfig } from "../config/types.tools.js";
import { resolveMergedSafeBinProfileFixtures } from "../infra/exec-safe-bin-runtime-policy.js";
import { logWarn } from "../logger.js";
import { hasNativeWebSearchTool } from "../plugins/provider-model-compat.js";
import { getPluginToolMeta } from "../plugins/tools.js";
import { isSubagentSessionKey } from "../routing/session-key.js";
import { resolveGatewayMessageChannel } from "../utils/message-channel.js";