Skip to content

Commit

Permalink
Apply pre-commit/black
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jul 30, 2024
1 parent 33e948b commit 00eb492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/zha_toolkit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
from homeassistant.helpers.json import save_json

if parse_version(HA_VERSION) >= parse_version("2024.6"):
from homeassistant.helpers import device_registry as dr, entity_registry as er
from homeassistant.helpers import device_registry as dr
from homeassistant.helpers import entity_registry as er

if typing.TYPE_CHECKING:
VERSION_TIME: float = 0.0
Expand Down

0 comments on commit 00eb492

Please sign in to comment.