fixed flake8 blank lines error

This commit is contained in:
jamespcole 2015-03-29 11:49:07 +11:00
parent 007d0d9ce9
commit 0b6d260fa6

View File

@ -17,6 +17,7 @@ _LOGGER = logging.getLogger(__name__)
_DDWRT_DATA_REGEX = re.compile(r'\{(\w+)::([^\}]*)\}')
# pylint: disable=unused-argument
def get_scanner(hass, config):
""" Validates config and returns a DdWrt scanner. """