Skip to content

Commit 244c450

Browse files
Fix Lint issues
1 parent 8b52fce commit 244c450

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

custom_components/battery_notes/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from homeassistant.helpers import entity_registry as er
1818
from homeassistant.helpers import issue_registry as ir
1919
from homeassistant.helpers.typing import ConfigType
20-
from homeassistant.util import dt as dt_util
2120

2221
from .config_flow import CONFIG_VERSION
2322
from .const import (

custom_components/battery_notes/config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
from homeassistant.core import callback, split_entity_id
2525
from homeassistant.helpers import selector
2626
from homeassistant.helpers.typing import DiscoveryInfoType
27-
from homeassistant.util import dt as dt_util
2827

2928
from .common import get_device_model_id
3029
from .const import (

0 commit comments

Comments
 (0)