Skip to content

Commit 68e60fa

Browse files
Lint
1 parent 99333b0 commit 68e60fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/label_state/binary_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919
from homeassistant.helpers.entity_registry import EVENT_ENTITY_REGISTRY_UPDATED
2020
from homeassistant.helpers.event import async_track_state_change_event
21-
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType, StateType
21+
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
2222

2323
from .const import (
2424
ATTR_ENTITIES,

0 commit comments

Comments
 (0)