From 193f2d8416f50a54c79619e7510c16469b3c3e99 Mon Sep 17 00:00:00 2001 From: jkerdreu <jkerdreu@b32b6428-25c9-4566-ad07-03861ab6144f> Date: Mon, 6 Nov 2023 14:53:08 +0000 Subject: [PATCH] Cleanup git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3072 b32b6428-25c9-4566-ad07-03861ab6144f --- devices/assistants/Alexa/xaal/alexa/devices.py | 4 +--- devices/assistants/Alexa/xaal/alexa/gw.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/devices/assistants/Alexa/xaal/alexa/devices.py b/devices/assistants/Alexa/xaal/alexa/devices.py index a8e952af..8321cce5 100644 --- a/devices/assistants/Alexa/xaal/alexa/devices.py +++ b/devices/assistants/Alexa/xaal/alexa/devices.py @@ -1,8 +1,6 @@ import logging from xaal.schemas import devices -from xaal.lib import tools,helpers - -import logging +from xaal.lib import tools logger = logging.getLogger(__name__) diff --git a/devices/assistants/Alexa/xaal/alexa/gw.py b/devices/assistants/Alexa/xaal/alexa/gw.py index 1a95a853..ecae2bf0 100644 --- a/devices/assistants/Alexa/xaal/alexa/gw.py +++ b/devices/assistants/Alexa/xaal/alexa/gw.py @@ -1,8 +1,8 @@ import platform import logging -from xaal.lib import tools,helpers from xaal.schemas.devices import gateway +from xaal.lib import tools import time import shlex -- GitLab