Skip to content

Commit

Permalink
re-organized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
toggm committed Nov 22, 2024
1 parent cecabe9 commit 44696d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/askoheat/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44696d4

Please sign in to comment.