From 44696d401ccec65721da809ab84188b066a18895 Mon Sep 17 00:00:00 2001 From: "mike.toggweiler" Date: Fri, 22 Nov 2024 16:37:16 +0100 Subject: [PATCH] re-organized imports --- custom_components/askoheat/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/askoheat/sensor.py b/custom_components/askoheat/sensor.py index 6d298bf..052b74e 100644 --- a/custom_components/askoheat/sensor.py +++ b/custom_components/askoheat/sensor.py @@ -14,7 +14,7 @@ from custom_components.askoheat.api_ema_desc import EMA_REGISTER_BLOCK_DESCRIPTOR from custom_components.askoheat.api_op_desc import DATA_REGISTER_BLOCK_DESCRIPTOR from custom_components.askoheat.api_par_desc import PARAM_REGISTER_BLOCK_DESCRIPTOR -from custom_components.askoheat.const import LOGGER, AttributeKeys +from custom_components.askoheat.const import AttributeKeys from custom_components.askoheat.model import ( AskoheatDurationSensorEntityDescription, AskoheatSensorEntityDescription,