mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
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