Hopefully last fixes for flake8

This commit is contained in:
Sören
2019-06-04 16:45:51 +02:00
committed by GitHub
parent 75f18714d7
commit 57d51979a7

View File

@@ -1,6 +1,9 @@
"""Support for the Elgato Avea lights."""
import logging
from homeassistant.components.light import ATTR_BRIGHTNESS, ATTR_HS_COLOR, SUPPORT_BRIGHTNESS, SUPPORT_COLOR, Light
from homeassistant.components.light import (
ATTR_BRIGHTNESS, ATTR_HS_COLOR, SUPPORT_BRIGHTNESS,
SUPPORT_COLOR, Light)
import homeassistant.util.color as color_util