Adjusts imports in tests to match our relative import rules (#86788)
This commit is contained in:
parent
89c0b27b42
commit
bfbf9b9751
13 changed files with 20 additions and 24 deletions
|
@ -6,11 +6,7 @@ from unittest.mock import _patch, patch
|
|||
|
||||
from aioruuvigateway.models import HistoryResponse
|
||||
|
||||
from tests.components.ruuvi_gateway.consts import (
|
||||
ASYNC_SETUP_ENTRY,
|
||||
GATEWAY_MAC,
|
||||
GET_GATEWAY_HISTORY_DATA,
|
||||
)
|
||||
from .consts import ASYNC_SETUP_ENTRY, GATEWAY_MAC, GET_GATEWAY_HISTORY_DATA
|
||||
|
||||
|
||||
def patch_gateway_ok() -> _patch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue