From ef1e97472f9d1b83f2183816051d922237d1d0e3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 28 Apr 2026 01:05:48 +0100 Subject: [PATCH] fix: remove stale tts contract import --- src/plugins/contracts/tts-contract-suites.ts | 1 - 1 file changed, 1 deletion(-) 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");