mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Adjusts imports in tests to match our relative import rules (#86788)
This commit is contained in:
@ -18,7 +18,7 @@ from homeassistant.helpers.config_validation import (
|
||||
PLATFORM_SCHEMA_BASE,
|
||||
)
|
||||
|
||||
from tests.common import (
|
||||
from .common import (
|
||||
MockConfigEntry,
|
||||
MockModule,
|
||||
MockPlatform,
|
||||
|
Reference in New Issue
Block a user