Removed unused imports from Snowboy backend

This commit is contained in:
Fabio Manganiello 2019-11-25 20:27:52 +01:00
parent 1661428417
commit 2cf9bf654d
1 changed files with 1 additions and 6 deletions

View File

@ -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):