mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
fix pylint warnings
This commit is contained in:
parent
1311e00e90
commit
4ef4aa2095
@ -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. """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user