Skip to content

Commit

Permalink
Fix Peblar import in data coordinator (#133926)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 24, 2024
1 parent 44150e9 commit f23bc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/peblar/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
PeblarEVInterface,
PeblarMeter,
PeblarSystem,
PeblarSystemInformation,
PeblarUserConfiguration,
PeblarVersions,
)
Expand All @@ -24,7 +25,6 @@
from homeassistant.core import HomeAssistant
from homeassistant.exceptions import ConfigEntryAuthFailed
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
from tests.components.peblar.conftest import PeblarSystemInformation

from .const import DOMAIN, LOGGER

Expand Down

0 comments on commit f23bc51

Please sign in to comment.