From ecef7552172a72df00ec4e1195f54919618201fd Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:56:51 +0200 Subject: [PATCH] Adjust root-import in tomorrowio tests (#78763) --- tests/components/tomorrowio/test_config_flow.py | 2 +- tests/components/tomorrowio/test_init.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/components/tomorrowio/test_config_flow.py b/tests/components/tomorrowio/test_config_flow.py index 77af05cdc7d..245dabffcc4 100644 --- a/tests/components/tomorrowio/test_config_flow.py +++ b/tests/components/tomorrowio/test_config_flow.py @@ -9,7 +9,7 @@ from pytomorrowio.exceptions import ( ) from homeassistant import data_entry_flow -from homeassistant.components.climacell.const import DOMAIN as CC_DOMAIN +from homeassistant.components.climacell import DOMAIN as CC_DOMAIN from homeassistant.components.tomorrowio.config_flow import ( _get_config_schema, _get_unique_id, diff --git a/tests/components/tomorrowio/test_init.py b/tests/components/tomorrowio/test_init.py index 2c0a882ff5a..411675427b1 100644 --- a/tests/components/tomorrowio/test_init.py +++ b/tests/components/tomorrowio/test_init.py @@ -2,7 +2,7 @@ from datetime import timedelta from unittest.mock import patch -from homeassistant.components.climacell.const import CONF_TIMESTEP, DOMAIN as CC_DOMAIN +from homeassistant.components.climacell import CONF_TIMESTEP, DOMAIN as CC_DOMAIN from homeassistant.components.tomorrowio.config_flow import ( _get_config_schema, _get_unique_id,