Fix root-import pylint warning in components (#119294)
* Fix root-import pylint warning in components * Adjust * Adjust
This commit is contained in:
parent
94b9ae14c9
commit
fbaba3753b
47 changed files with 107 additions and 106 deletions
|
@ -1,7 +1,7 @@
|
|||
"""The tests for the persistent notification component."""
|
||||
|
||||
import homeassistant.components.persistent_notification as pn
|
||||
from homeassistant.components.websocket_api.const import TYPE_RESULT
|
||||
from homeassistant.components.websocket_api import TYPE_RESULT
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue