Skip to content

Commit d7d284f

Browse files
Apply pre-commit auto fixes
1 parent be1279f commit d7d284f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_platform_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from zigpy.device import Device as ZigpyDevice
88
from zigpy.profiles import zha
9-
from zigpy.zcl.clusters import general, hvac
9+
from zigpy.zcl.clusters import general
1010
import zigpy.zdo.types as zdo_t
1111

1212
from tests.common import (

zha/application/platforms/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
from zha.exceptions import ZHAException
2020
from zha.zigbee.cluster_handlers import ClusterAttributeUpdatedEvent
2121
from zha.zigbee.cluster_handlers.const import (
22+
CLIENT_CLUSTER_HANDLER_OTA,
2223
CLUSTER_HANDLER_ATTRIBUTE_UPDATED,
2324
CLUSTER_HANDLER_OTA,
24-
CLIENT_CLUSTER_HANDLER_OTA,
2525
)
2626
from zha.zigbee.endpoint import Endpoint
2727

0 commit comments

Comments
 (0)