mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Standardize helpers.xxx_registry imports (#136688)
Standardize registry imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user