fix style

This commit is contained in:
Roy Hooper 2015-12-30 16:59:22 -05:00
parent b0734e613f
commit 4e2d75a8f4

View File

@ -173,7 +173,8 @@ class HueLight(Light):
""" Represents a Hue light """ """ Represents a Hue light """
# pylint: disable=too-many-arguments # pylint: disable=too-many-arguments
def __init__(self, light_id, info, bridge, update_lights, bridge_type='hue'): def __init__(self, light_id, info, bridge, update_lights,
bridge_type='hue'):
self.light_id = light_id self.light_id = light_id
self.info = info self.info = info
self.bridge = bridge self.bridge = bridge