mirror of
https://github.com/koush/scrypted.git
synced 2026-03-06 11:21:58 +00:00
google-cloud-tts: remove extra imports
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user