Standardize util imports (#136723)

This commit is contained in:
epenet
2025-01-28 15:54:06 +01:00
committed by GitHub
parent 22e72953e5
commit a05ac6255c
36 changed files with 48 additions and 52 deletions

View File

@ -23,8 +23,7 @@ from homeassistant.helpers import (
issue_registry as ir,
)
from homeassistant.helpers.check_config import async_check_ha_config_file
from homeassistant.util.yaml import Secrets
import homeassistant.util.yaml.loader as yaml_loader
from homeassistant.util.yaml import Secrets, loader as yaml_loader
# mypy: allow-untyped-calls, allow-untyped-defs