1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-26 03:39:31 +01:00

Standardize helpers.xxx_registry imports (#136688)

Standardize registry imports
This commit is contained in:
epenet
2025-01-28 08:48:34 +01:00
committed by GitHub
parent 0cd7aff6ea
commit b43379be7d
86 changed files with 94 additions and 99 deletions

View File

@@ -17,7 +17,7 @@ from homeassistant.components.html5.issues import (
)
from homeassistant.const import CONF_NAME
from homeassistant.core import DOMAIN as HOMEASSISTANT_DOMAIN, HomeAssistant
import homeassistant.helpers.issue_registry as ir
from homeassistant.helpers import issue_registry as ir
MOCK_CONF = {
ATTR_VAPID_EMAIL: "test@example.com",