mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Removed blank line (linting error)
This commit is contained in:
parent
90fdc89838
commit
230dde4b57
@ -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…
x
Reference in New Issue
Block a user