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 (s-z) (#78733)

This commit is contained in:
epenet
2022-09-19 09:51:31 +02:00
committed by GitHub
parent c5a56dab42
commit e9f55f4e54
39 changed files with 63 additions and 84 deletions

View File

@@ -6,8 +6,9 @@ from homeassistant.components.light import (
)
from homeassistant.setup import async_setup_component
from . import common as switch_common
from tests.components.light import common
from tests.components.switch import common as switch_common
async def test_default_state(hass):