fix pylint warnings

This commit is contained in:
sfam 2015-08-28 00:09:24 +01:00
parent 1311e00e90
commit 4ef4aa2095

View File

@ -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. """