forked from home-assistant/core
fix pylint warnings
This commit is contained in:
@@ -56,6 +56,7 @@ _DEVICES_REGEX = re.compile(
|
|||||||
r'(?P<hwintf>([^\s]+))\s+' +
|
r'(?P<hwintf>([^\s]+))\s+' +
|
||||||
r'(?P<host>([^\s]+))')
|
r'(?P<host>([^\s]+))')
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def get_scanner(hass, config):
|
def get_scanner(hass, config):
|
||||||
""" Validates config and returns a THOMSON scanner. """
|
""" Validates config and returns a THOMSON scanner. """
|
||||||
|
Reference in New Issue
Block a user