Skip to content

Commit

Permalink
Update managers.py
Browse files Browse the repository at this point in the history
linting
  • Loading branch information
ic-dev21 committed Feb 9, 2024
1 parent 5c224f4 commit 8589e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/hilo/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
from homeassistant.components.utility_meter.sensor import (
async_setup_platform as utility_setup_platform,
)
from homeassistant.helpers.entity_registry import async_get as async_get_registry

from .const import HILO_ENERGY_TOTAL, LOG
from homeassistant.helpers.entity_registry import async_get as async_get_registry


class UtilityManager:
"""Class that maps to the utility_meters"""
Expand Down

0 comments on commit 8589e9a

Please sign in to comment.