From 0b6d260fa6190271bcbc51dd27a19b8b6b61bde2 Mon Sep 17 00:00:00 2001 From: jamespcole <jamespcole@gmail.com> Date: Sun, 29 Mar 2015 11:49:07 +1100 Subject: [PATCH] fixed flake8 blank lines error --- homeassistant/components/device_tracker/ddwrt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/device_tracker/ddwrt.py b/homeassistant/components/device_tracker/ddwrt.py index c17aca201d8..3d63c49209c 100644 --- a/homeassistant/components/device_tracker/ddwrt.py +++ b/homeassistant/components/device_tracker/ddwrt.py @@ -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. """ -- GitLab