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
|
@ -5,7 +5,7 @@ from unittest.mock import AsyncMock, Mock, patch
|
|||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.websocket_api.const import TYPE_RESULT
|
||||
from homeassistant.components.websocket_api import TYPE_RESULT
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.device_registry import async_get
|
||||
from homeassistant.helpers.system_info import async_get_system_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue