Removed blank line (linting error)

This commit is contained in:
arsaboo 2016-08-18 10:12:56 -04:00 committed by GitHub
parent 90fdc89838
commit 230dde4b57

View file

@ -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))