Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jan 5, 2025
1 parent 29fad69 commit 3b5453f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/battery_notes/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import copy
import logging
from typing import Any, cast
from typing import Any

import homeassistant.helpers.device_registry as dr
import homeassistant.helpers.entity_registry as er
Expand All @@ -22,7 +22,6 @@
Platform,
)
from homeassistant.core import callback, split_entity_id
from homeassistant.data_entry_flow import FlowResult
from homeassistant.helpers import selector
from homeassistant.helpers.typing import DiscoveryInfoType
from homeassistant.util import dt as dt_util
Expand Down

0 comments on commit 3b5453f

Please sign in to comment.