From 230dde4b5777d5ac6ecab2766cc89793f43fdcd8 Mon Sep 17 00:00:00 2001 From: arsaboo Date: Thu, 18 Aug 2016 10:12:56 -0400 Subject: [PATCH] Removed blank line (linting error) --- homeassistant/components/sensor/wunderground.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/sensor/wunderground.py b/homeassistant/components/sensor/wunderground.py index e727b5d79a8..cb724247436 100644 --- a/homeassistant/components/sensor/wunderground.py +++ b/homeassistant/components/sensor/wunderground.py @@ -61,7 +61,6 @@ PLATFORM_SCHEMA = vol.Schema({ def setup_platform(hass, config, add_devices, discovery_info=None): """Setup the Wunderground sensor.""" - rest = WUndergroundData(hass, config.get(CONF_API_KEY), config.get(CONF_PWS_ID, None))