fix flake warning

pull/544/head
MakeMeASandwich 2015-10-18 09:10:41 +02:00
parent e3304caf06
commit 7141a99927
1 changed files with 2 additions and 2 deletions

View File

@ -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 = []