Apply hass-relative-import to tests (a-c) (#78728)

This commit is contained in:
epenet 2022-09-19 09:48:25 +02:00 committed by GitHub
parent 00dd27ef1b
commit c5a56dab42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 65 additions and 67 deletions

View file

@ -22,10 +22,9 @@ from homeassistant.helpers import entity_registry as er
from homeassistant.setup import async_setup_component
from homeassistant.util.dt import utcnow
from . import API_POINT_URL
from . import API_POINT_URL, init_integration
from tests.common import async_fire_time_changed, load_fixture
from tests.components.airly import init_integration
async def test_sensor(hass, aioclient_mock):