diff --git a/custom_components/qss/io.py b/custom_components/qss/io.py index f8aa034..864863a 100644 --- a/custom_components/qss/io.py +++ b/custom_components/qss/io.py @@ -1,6 +1,6 @@ """Helper functions for IO operations on QuestDB.""" import logging -from json import dumps, loads +from json import dumps from queue import Queue from homeassistant.core import Event