Skip to content

Commit cca628a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cb9a35e commit cca628a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

custom_components/plugwise_usb/entity.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
"""Plugwise USB stick base entity."""
22
from __future__ import annotations
33

4-
from typing import Any
5-
64
from collections.abc import Callable
75
from dataclasses import dataclass
86
import logging
7+
from typing import Any
98

109
from homeassistant.helpers.entity import EntityDescription
1110
from homeassistant.helpers.update_coordinator import (
1211
CoordinatorEntity,
1312
)
1413
from plugwise_usb.api import PUSHING_FEATURES, NodeFeature, NodeInfo
15-
from homeassistant.helpers.update_coordinator import CoordinatorEntity
1614

1715
from .const import DOMAIN
1816
from .coordinator import PlugwiseUSBDataUpdateCoordinator

tests/components/plugwise_usb/test_config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from homeassistant.components.plugwise_usb.const import CONF_USB_PATH, DOMAIN
99
from homeassistant.config_entries import SOURCE_USER
1010
from homeassistant.const import CONF_SOURCE
11-
from homeassistant.core import HomeAssistant
1211
from homeassistant.data_entry_flow import FlowResultType, InvalidData
1312
from plugwise_usb.exceptions import StickError
1413

0 commit comments

Comments
 (0)