fix: remove stale tts contract import

This commit is contained in:
Peter Steinberger
2026-04-28 01:05:48 +01:00
parent 1d3170b16f
commit ef1e97472f

View File

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