google-cloud-tts: remove extra imports

This commit is contained in:
Koushik Dutta
2022-03-07 08:41:58 -08:00
parent 234f65aa9e
commit f656b8be91

View File

@@ -1,8 +1,6 @@
// https://developer.scrypted.app/#getting-started
import axios from 'axios';
import sdk, { BufferConverter, ScryptedDeviceBase, Settings, Setting } from "@scrypted/sdk";
import { title } from 'process';
const { log } = sdk;
class GoogleCloudTts extends ScryptedDeviceBase implements BufferConverter, Settings {
constructor() {