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

@ -7,15 +7,14 @@ from homeassistant.components.wallbox import CHARGER_MAX_CHARGING_CURRENT_KEY
from homeassistant.config_entries import ConfigEntryState
from homeassistant.core import HomeAssistant
from . import test_response
from tests.components.wallbox import (
from . import (
DOMAIN,
authorisation_response,
entry,
setup_integration,
setup_integration_connection_error,
setup_integration_read_only,
test_response,
)