Skip to content

Commit bfdb1b8

Browse files
Apply pre-commit auto fixes
1 parent 8125d01 commit bfdb1b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

zha/zigbee/cluster_handlers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
ATTRIBUTE_NAME,
3737
ATTRIBUTE_VALUE,
3838
CLUSTER_HANDLER_ATTRIBUTE_UPDATED,
39-
CLUSTER_HANDLER_EVENT,
4039
CLUSTER_HANDLER_COMMAND_EVENT,
40+
CLUSTER_HANDLER_EVENT,
4141
CLUSTER_HANDLER_ZDO,
4242
CLUSTER_ID,
4343
CLUSTER_READS_PER_REQ,

zha/zigbee/cluster_handlers/general.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Time,
4343
)
4444
from zigpy.zcl.clusters.general_const import ApplicationType
45-
from zigpy.zcl.foundation import CommandSchema, Status
45+
from zigpy.zcl.foundation import Status
4646

4747
from zha.exceptions import ZHAException
4848
from zha.zigbee.cluster_handlers import (
@@ -53,7 +53,6 @@
5353
registries,
5454
)
5555
from zha.zigbee.cluster_handlers.const import (
56-
CLUSTER_HANDLER_COMMAND_EVENT,
5756
CLUSTER_HANDLER_LEVEL_CHANGED,
5857
REPORT_CONFIG_ASAP,
5958
REPORT_CONFIG_BATTERY_SAVE,

0 commit comments

Comments
 (0)