1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Prefer from...import...as over import...as in core tests (#136146)

This commit is contained in:
epenet
2025-01-21 09:28:17 +01:00
committed by GitHub
parent 0254be78d6
commit 364556a7dd
24 changed files with 26 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ import pytest
from homeassistant.const import EVENT_HOMEASSISTANT_CLOSE
from homeassistant.core import HomeAssistant
import homeassistant.helpers.httpx_client as client
from homeassistant.helpers import httpx_client as client
from tests.common import MockModule, extract_stack_to_frame, mock_integration