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