1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Lint fixes (#25462)

This commit is contained in:
Ville Skyttä
2019-07-24 18:26:41 +03:00
committed by Paulus Schoutsen
parent 00a5a5f3c0
commit cd0277c2c3
2 changed files with 0 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
def get_scanner(hass, config):
"""Validate the configuration and return a FortiOSDeviceScanner."""
host = config[DOMAIN][CONF_HOST]
verify_ssl = config[DOMAIN][CONF_VERIFY_SSL]
token = config[DOMAIN][CONF_TOKEN]