From d67f79e2eb34339426cdb82f1c72869be635ac39 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 1 Jul 2016 00:01:16 +0200 Subject: [PATCH] remove unused pylint exeption --- homeassistant/components/homematic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/homematic.py b/homeassistant/components/homematic.py index b2bfc94087a..f2d71bb409a 100644 --- a/homeassistant/components/homematic.py +++ b/homeassistant/components/homematic.py @@ -92,7 +92,6 @@ def setup(hass, config): # Create server thread bound_system_callback = partial(system_callback_handler, hass, config) - # pylint: disable=unexpected-keyword-arg HOMEMATIC = HMConnection(local=local_ip, localport=local_port, remote=remote_ip,