From f456d2ff23dde27bad930939deb7a6960763e5ce Mon Sep 17 00:00:00 2001 From: Tom Duijf Date: Wed, 28 Oct 2015 23:16:25 +0000 Subject: [PATCH] styling fix --- homeassistant/components/light/hue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/light/hue.py b/homeassistant/components/light/hue.py index dcd05b9f4c9..cd9ad21984f 100644 --- a/homeassistant/components/light/hue.py +++ b/homeassistant/components/light/hue.py @@ -124,6 +124,7 @@ def request_configuration(host, hass, add_devices_callback): _CONFIGURING[host], "Failed to register, please try again.") return + # pylint: disable=unused-argument def hue_configuration_callback(data): """ Actions to do when our configuration callback is called. """