Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Dec 3, 2024
1 parent 2c0d9e3 commit 0dcba22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/heatzy/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dcba22

Please sign in to comment.