From 0dcba2276abcc90514bfa4b2d53c043c6be07461 Mon Sep 17 00:00:00 2001 From: cyr-ius Date: Tue, 3 Dec 2024 19:48:06 +0100 Subject: [PATCH] lint code --- custom_components/heatzy/switch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/heatzy/switch.py b/custom_components/heatzy/switch.py index 1e371dc..b9166f1 100644 --- a/custom_components/heatzy/switch.py +++ b/custom_components/heatzy/switch.py @@ -2,12 +2,11 @@ from __future__ import annotations -from dataclasses import dataclass import logging +from dataclasses import dataclass from typing import Final from heatzypy.exception import HeatzyException - from homeassistant.components.switch import SwitchEntity, SwitchEntityDescription from homeassistant.core import HomeAssistant, callback from homeassistant.helpers.entity import EntityCategory