Removed blank line (linting error)
This commit is contained in:
parent
90fdc89838
commit
230dde4b57
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue