mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 23:25:11 +02:00
fix flake warning
This commit is contained in:
@@ -22,8 +22,8 @@ import json
|
||||
from homeassistant.const import CONF_HOST
|
||||
from homeassistant.components.light import (Light, ATTR_XY_COLOR,
|
||||
ATTR_BRIGHTNESS)
|
||||
from homeassistant.util.color import color_RGB_to_xy, \
|
||||
color_xy_brightness_to_RGB
|
||||
from homeassistant.util.color import (color_RGB_to_xy,
|
||||
color_xy_brightness_to_RGB)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = []
|
||||
|
Reference in New Issue
Block a user