mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 06:28:31 +00:00
Adjust json imports in tests (#88248)
This commit is contained in:
@@ -55,10 +55,10 @@ from homeassistant.helpers import (
|
||||
issue_registry as ir,
|
||||
recorder as recorder_helper,
|
||||
)
|
||||
from homeassistant.helpers.json import json_loads
|
||||
from homeassistant.helpers.typing import ConfigType
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.util import dt as dt_util, location
|
||||
from homeassistant.util.json import json_loads
|
||||
|
||||
from .ignore_uncaught_exceptions import IGNORE_UNCAUGHT_EXCEPTIONS
|
||||
from .typing import (
|
||||
|
||||
Reference in New Issue
Block a user