1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +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

@@ -28,9 +28,9 @@ from homeassistant.components.bluetooth.manager import (
FALLBACK_MAXIMUM_STALE_ADVERTISEMENT_SECONDS,
)
from homeassistant.core import HomeAssistant, callback
from homeassistant.helpers.json import json_loads
from homeassistant.setup import async_setup_component
from homeassistant.util import dt as dt_util
from homeassistant.util.json import json_loads
from . import (
FakeScanner,