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
|
||||
"""
|
||||
|
||||
import json
|
||||
import os
|
||||
import subprocess
|
||||
import threading
|
||||
import time
|
||||
|
||||
from platypush.backend import Backend
|
||||
from platypush.context import get_plugin
|
||||
from platypush.message.event.assistant import \
|
||||
ConversationStartEvent, ConversationEndEvent, \
|
||||
SpeechRecognizedEvent, HotwordDetectedEvent
|
||||
from platypush.message.event.assistant import HotwordDetectedEvent
|
||||
|
||||
|
||||
class AssistantSnowboyBackend(Backend):
|
||||
|
|
Loading…
Reference in a new issue