From 1a75be3f7189aed562dd1676fdcc69779e954774 Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Mon, 12 Oct 2015 23:49:56 +0200 Subject: [PATCH] Cleanup code --- salt/proxy/philips_hue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/proxy/philips_hue.py b/salt/proxy/philips_hue.py index 33c4685ff8..32dc393b39 100644 --- a/salt/proxy/philips_hue.py +++ b/salt/proxy/philips_hue.py @@ -165,7 +165,7 @@ def call_status(*args, **kwargs): } -def call_alert(*args, **kw): +def call_alert(*args, **kwargs): ''' Blink the alert. '''