From c95b03f2408b75ebea2a4eb08ede1c0a9f535abb Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Thu, 21 Jan 2016 11:19:42 -0500 Subject: [PATCH] Fixed style --- homeassistant/components/switch/wink.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/switch/wink.py b/homeassistant/components/switch/wink.py index 88df1a158ef..7858029e388 100644 --- a/homeassistant/components/switch/wink.py +++ b/homeassistant/components/switch/wink.py @@ -33,4 +33,3 @@ def setup_platform(hass, config, add_devices, discovery_info=None): add_devices(WinkToggleDevice(switch) for switch in pywink.get_powerstrip_outlets()) add_devices(WinkToggleDevice(switch) for switch in pywink.get_sirens()) -