diff --git a/devices/assistants/Alexa/xaal/alexa/devices.py b/devices/assistants/Alexa/xaal/alexa/devices.py
index a8e952afaed284af854a3d75eeb46614281eab7e..8321cce56bad8d49c5cb0a3ecc15c69534a1536b 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 1a95a85333c1980291a9ab09dbe1c31c117a9b19..ecae2bf01b0b34bdeecc1e0cd5589c4f8ab4334a 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