Skip to content

Commit e50b448

Browse files
Apply pre-commit auto fixes
1 parent f9610c3 commit e50b448

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

zha/application/platforms/event.py

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

88
from zha.application import Platform
99
from zha.application.platforms import (
10+
BaseEntity,
1011
EntityStateChangedEvent,
1112
PlatformEntity,
12-
BaseEntity,
1313
)
1414
from zha.application.registries import PLATFORM_ENTITIES
1515
from zha.const import STATE_CHANGED
@@ -21,8 +21,6 @@
2121
if TYPE_CHECKING:
2222
from zha.zigbee.cluster_handlers import ClusterHandler
2323
from zha.zigbee.cluster_handlers.general import ClusterHandlerCommandEvent
24-
from zha.zigbee.device import Device
25-
from zha.zigbee.endpoint import Endpoint
2624

2725
from enum import StrEnum
2826

0 commit comments

Comments
 (0)