diff --git a/src/plugins/contracts/tts-contract-suites.ts b/src/plugins/contracts/tts-contract-suites.ts index 79f73d3d8d2..2c07f48bd86 100644 --- a/src/plugins/contracts/tts-contract-suites.ts +++ b/src/plugins/contracts/tts-contract-suites.ts @@ -10,7 +10,6 @@ import { withEnvAsync, } from "openclaw/plugin-sdk/testing"; import { beforeEach, describe, expect, it, vi } from "vitest"; -import { BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS } from "./inventory/bundled-capability-metadata.js"; type TtsRuntimeModule = typeof import("openclaw/plugin-sdk/tts-runtime"); type TtsCoreModule = typeof import("openclaw/plugin-sdk/speech-core");