Skip to content

Commit 58b0446

Browse files
committed
Pre-commit fix
1 parent cca628a commit 58b0446

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

custom_components/plugwise_usb/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
from plugwise_usb.exceptions import StickError
1313

1414
from .const import CONF_USB_PATH, NODES, PLUGWISE_USB_PLATFORMS, STICK
15-
CONF_USB_PATH,
16-
NODES,
17-
PLUGWISE_USB_PLATFORMS,
18-
STICK,
19-
)
2015
from .coordinator import PlugwiseUSBDataUpdateCoordinator
2116

2217
_LOGGER = logging.getLogger(__name__)

custom_components/plugwise_usb/entity.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
from typing import Any
88

99
from homeassistant.helpers.entity import EntityDescription
10-
from homeassistant.helpers.update_coordinator import (
11-
CoordinatorEntity,
12-
)
10+
from homeassistant.helpers.update_coordinator import CoordinatorEntity
1311
from plugwise_usb.api import PUSHING_FEATURES, NodeFeature, NodeInfo
1412

1513
from .const import DOMAIN

0 commit comments

Comments
 (0)