forked from platypush/platypush
Removed unused imports from Snowboy backend
This commit is contained in:
parent
1661428417
commit
2cf9bf654d
1 changed files with 1 additions and 6 deletions
|
@ -3,17 +3,12 @@
|
||||||
.. license: MIT
|
.. license: MIT
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import json
|
|
||||||
import os
|
import os
|
||||||
import subprocess
|
|
||||||
import threading
|
import threading
|
||||||
import time
|
|
||||||
|
|
||||||
from platypush.backend import Backend
|
from platypush.backend import Backend
|
||||||
from platypush.context import get_plugin
|
from platypush.context import get_plugin
|
||||||
from platypush.message.event.assistant import \
|
from platypush.message.event.assistant import HotwordDetectedEvent
|
||||||
ConversationStartEvent, ConversationEndEvent, \
|
|
||||||
SpeechRecognizedEvent, HotwordDetectedEvent
|
|
||||||
|
|
||||||
|
|
||||||
class AssistantSnowboyBackend(Backend):
|
class AssistantSnowboyBackend(Backend):
|
||||||
|
|
Loading…
Reference in a new issue