Skip to content

Commit 08aa87d

Browse files
Remove unused imports from binary sensor module
1 parent ea05129 commit 08aa87d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

custom_components/calendar_event/binary_sensor.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@
99
from homeassistant.const import EVENT_STATE_CHANGED
1010
from homeassistant.core import Event, HomeAssistant, callback
1111
from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
12-
from homeassistant.helpers.event import (
13-
EventStateChangedData,
14-
EventStateReportedData,
15-
async_track_entity_registry_updated_event,
16-
async_track_state_change_event,
17-
async_track_state_report_event,
18-
)
19-
20-
from .const import ATTR_DESCRIPTION, CONF_CALENDAR_ENTITY_ID, CONF_SUMMARY, LOGGER
12+
13+
from .const import ATTR_DESCRIPTION, CONF_CALENDAR_ENTITY_ID, CONF_SUMMARY
2114

2215

2316
async def config_entry_update_listener(hass: HomeAssistant, entry: ConfigEntry) -> None:

0 commit comments

Comments
 (0)