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

@@ -1,7 +1,7 @@
"""Test the HTML5 setup."""
from homeassistant.core import HomeAssistant
import homeassistant.helpers.issue_registry as ir
from homeassistant.helpers import issue_registry as ir
from homeassistant.setup import async_setup_component
from tests.common import MockConfigEntry