1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Apply hass-relative-import to tests (i-r) (#78732)

This commit is contained in:
epenet
2022-09-19 09:46:59 +02:00
committed by GitHub
parent a809e18559
commit 00dd27ef1b
47 changed files with 90 additions and 59 deletions

View File

@@ -15,8 +15,9 @@ from homeassistant.const import (
)
from homeassistant.core import CoreState, State, callback
from .test_init import mock_rflink
from tests.common import mock_restore_cache
from tests.components.rflink.test_init import mock_rflink
DOMAIN = "light"