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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user