From 79178f684aa6b1f2e5e5036a42eda39bcab3ad20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Fri, 2 Feb 2024 21:25:53 -0500 Subject: [PATCH] [readme] Fix typo --- README.md | 2 +- ovos_phal_plugin_aiy_v2/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fec40e2..cd70c93 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PHAL plugin - Google AIT Voice Kit V2 +# PHAL plugin - Google AIY Voice Kit V2 A plugin to handle the button and LED from the famous Google AIY Voice Kit V2 diff --git a/ovos_phal_plugin_aiy_v2/__init__.py b/ovos_phal_plugin_aiy_v2/__init__.py index 97ab864..7c7cc70 100644 --- a/ovos_phal_plugin_aiy_v2/__init__.py +++ b/ovos_phal_plugin_aiy_v2/__init__.py @@ -1,7 +1,6 @@ """AIY V2 entrypoint PHAL plugin """ -from time import sleep from json_database import JsonConfigXDG from ovos_bus_client import Message from ovos_plugin_manager.phal import PHALPlugin