mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
fix style
This commit is contained in:
@@ -173,7 +173,8 @@ class HueLight(Light):
|
||||
""" Represents a Hue light """
|
||||
|
||||
# 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.info = info
|
||||
self.bridge = bridge
|
||||
|
Reference in New Issue
Block a user