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:
committed by
Paulus Schoutsen
parent
00a5a5f3c0
commit
cd0277c2c3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user