mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Standardize homeassistant imports in component tests (m-z) (#136807)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""The tests for the persistent notification component."""
|
||||
|
||||
import homeassistant.components.persistent_notification as pn
|
||||
from homeassistant.components import persistent_notification as pn
|
||||
from homeassistant.components.websocket_api import TYPE_RESULT
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
Reference in New Issue
Block a user