Adjusts imports in tests to match our relative import rules (#86788)

This commit is contained in:
Franck Nijhof 2023-01-27 12:51:58 +01:00 committed by GitHub
parent 89c0b27b42
commit bfbf9b9751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 20 additions and 24 deletions

View file

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