Skip to content

Commit 9d54d85

Browse files
Lint fixes
1 parent ac9d634 commit 9d54d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/battery_notes/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
from __future__ import annotations
77

88
from homeassistant.config_entries import ConfigEntry
9-
from homeassistant.const import Platform
109
from homeassistant.core import HomeAssistant, callback
1110

12-
from .const import DOMAIN, LOGGER, PLATFORMS
11+
from .const import PLATFORMS
1312

1413
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
1514
"""Set up a config entry."""

custom_components/battery_notes/sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class BatteryNotesSensorEntityDescription(
4949
SensorEntityDescription,
5050
):
5151
"""Describes Battery Notes sensor entity."""
52+
5253
unique_id_suffix: str
5354

5455
typeSensorEntityDescription = BatteryNotesSensorEntityDescription(

0 commit comments

Comments
 (0)