Add empty line after module docstring (3) (#112750)

This commit is contained in:
Marc Mueller
2024-03-08 20:38:34 +01:00
committed by GitHub
parent 55b2d1a00c
commit aa16a9d707
345 changed files with 216 additions and 130 deletions

View File

@@ -1,6 +1,5 @@
"""Test for a Home Assistant bridge that changes cover features at runtime."""
from homeassistant.components.cover import CoverEntityFeature
from homeassistant.const import ATTR_SUPPORTED_FEATURES
from homeassistant.core import HomeAssistant

View File

@@ -1,6 +1,5 @@
"""Test for a Home Assistant bridge that changes fan features at runtime."""
from homeassistant.components.fan import FanEntityFeature
from homeassistant.const import ATTR_SUPPORTED_FEATURES
from homeassistant.core import HomeAssistant

View File

@@ -1,6 +1,5 @@
"""Test for a Home Assistant bridge that changes climate features at runtime."""
from homeassistant.components.climate import ATTR_SWING_MODES, ClimateEntityFeature
from homeassistant.const import ATTR_SUPPORTED_FEATURES
from homeassistant.core import HomeAssistant

View File

@@ -1,6 +1,5 @@
"""Test for a Home Assistant bridge that changes humidifier min/max at runtime."""
from homeassistant.components.humidifier import ATTR_MAX_HUMIDITY, ATTR_MIN_HUMIDITY
from homeassistant.core import HomeAssistant
from homeassistant.helpers import entity_registry as er

View File

@@ -1,6 +1,5 @@
"""Test for a Home Assistant bridge that changes light features at runtime."""
from homeassistant.components.light import ATTR_SUPPORTED_COLOR_MODES, ColorMode
from homeassistant.core import HomeAssistant
from homeassistant.helpers import entity_registry as er