Skip to content

Commit f56ef94

Browse files
committed
Clean up
1 parent 782ba08 commit f56ef94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/components/plugwise/test_init.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
from freezegun.api import FrozenDateTimeFactory
1717
from homeassistant.components.plugwise.const import DEFAULT_SCAN_INTERVAL, DOMAIN
18-
from homeassistant.components.plugwise.coordinator import PlugwiseDataUpdateCoordinator
1918
from homeassistant.config_entries import ConfigEntryState
2019
from homeassistant.const import (
2120
CONF_HOST,
@@ -28,7 +27,6 @@
2827
)
2928
from homeassistant.core import HomeAssistant
3029
from homeassistant.helpers import device_registry as dr, entity_registry as er
31-
from homeassistant.setup import async_setup_component
3230

3331
from tests.common import MockConfigEntry, async_fire_time_changed
3432

0 commit comments

Comments
 (0)