mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
fixed flake8 blank lines error
This commit is contained in:
parent
007d0d9ce9
commit
0b6d260fa6
@ -17,6 +17,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
_DDWRT_DATA_REGEX = re.compile(r'\{(\w+)::([^\}]*)\}')
|
_DDWRT_DATA_REGEX = re.compile(r'\{(\w+)::([^\}]*)\}')
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def get_scanner(hass, config):
|
def get_scanner(hass, config):
|
||||||
""" Validates config and returns a DdWrt scanner. """
|
""" Validates config and returns a DdWrt scanner. """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user