mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00: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