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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 63 additions and 84 deletions

View file

@ -6,7 +6,7 @@ from homeassistant.components import switch
from homeassistant.const import CONF_PLATFORM
from homeassistant.setup import async_setup_component
from tests.components.switch import common
from . import common
@pytest.fixture(autouse=True)