Skip to content

Commit f520390

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bd4f702 commit f520390

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

tests/components/plugwise/test_button.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
from unittest.mock import MagicMock
44

55
from homeassistant.components.button import (
6-
ButtonDeviceClass,
76
DOMAIN as BUTTON_DOMAIN,
87
SERVICE_PRESS,
8+
ButtonDeviceClass,
99
)
10-
from homeassistant.const import (
11-
ATTR_DEVICE_CLASS,
12-
ATTR_ENTITY_ID,
13-
STATE_UNKNOWN,
14-
)
10+
from homeassistant.const import ATTR_DEVICE_CLASS, ATTR_ENTITY_ID, STATE_UNKNOWN
1511
from homeassistant.core import HomeAssistant
1612
from homeassistant.helpers import entity_registry as er
1713

tests/components/plugwise/test_climate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
from freezegun.api import FrozenDateTimeFactory
1111
from homeassistant.components.climate import (
1212
DOMAIN as CLIMATE_DOMAIN,
13-
HVACMode,
1413
SERVICE_SET_HVAC_MODE,
1514
SERVICE_SET_PRESET_MODE,
1615
SERVICE_SET_TEMPERATURE,
16+
HVACMode,
1717
)
1818
from homeassistant.core import HomeAssistant
1919
from homeassistant.exceptions import HomeAssistantError, ServiceValidationError

0 commit comments

Comments
 (0)