Use absolute import in roborock tests (#119353)
This commit is contained in:
parent
ecad1bef7e
commit
4320445c30
1 changed files with 2 additions and 1 deletions
|
@ -18,9 +18,10 @@ from homeassistant.const import CONF_USERNAME
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.data_entry_flow import FlowResultType
|
||||
|
||||
from ...common import MockConfigEntry
|
||||
from .mock_data import MOCK_CONFIG, USER_DATA, USER_EMAIL
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
async def test_config_flow_success(
|
||||
hass: HomeAssistant,
|
||||
|
|
Loading…
Add table
Reference in a new issue