1
0
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:
epenet
2023-02-17 19:13:48 +01:00
committed by GitHub
parent b51836a57b
commit a16e298599
7 changed files with 9 additions and 12 deletions

View File

@@ -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 (