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

@@ -21,7 +21,7 @@ from homeassistant.const import (
HTTP_BASIC_AUTHENTICATION,
)
from homeassistant.core import HomeAssistant
import homeassistant.helpers.aiohttp_client as client
from homeassistant.helpers import aiohttp_client as client
from homeassistant.util.color import RGBColor
from homeassistant.util.ssl import SSLCipherList