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

@ -1,10 +1,11 @@
"""Test august diagnostics."""
from tests.components.august.mocks import (
from .mocks import (
_create_august_api_with_devices,
_mock_doorbell_from_fixture,
_mock_lock_from_fixture,
)
from tests.components.diagnostics import get_diagnostics_for_config_entry