Fix root-import pylint warning in components (#119294)

* Fix root-import pylint warning in components

* Adjust

* Adjust
This commit is contained in:
epenet 2024-06-10 15:14:49 +02:00 committed by GitHub
parent 94b9ae14c9
commit fbaba3753b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 107 additions and 106 deletions

View file

@ -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