Codestyle cleanup

This commit is contained in:
Stefan Jonasson 2015-09-23 11:47:53 +02:00
parent 94db1ac142
commit 8f95885e3a

View File

@ -6,7 +6,7 @@ Support for Tellstick lights.
import logging
# pylint: disable=no-name-in-module, import-error
from homeassistant.components.light import Light, ATTR_BRIGHTNESS
from homeassistant.const import ( EVENT_HOMEASSISTANT_STOP,
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP,
ATTR_FRIENDLY_NAME)
import tellcore.constants as tellcore_constants
from tellcore.library import DirectCallbackDispatcher