forked from home-assistant/core
fixed flake8 blank lines error
This commit is contained in:
@@ -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. """
|
||||||
|
Reference in New Issue
Block a user