forked from home-assistant/core
remove unused pylint exeption
This commit is contained in:
@@ -92,7 +92,6 @@ def setup(hass, config):
|
|||||||
|
|
||||||
# Create server thread
|
# Create server thread
|
||||||
bound_system_callback = partial(system_callback_handler, hass, config)
|
bound_system_callback = partial(system_callback_handler, hass, config)
|
||||||
# pylint: disable=unexpected-keyword-arg
|
|
||||||
HOMEMATIC = HMConnection(local=local_ip,
|
HOMEMATIC = HMConnection(local=local_ip,
|
||||||
localport=local_port,
|
localport=local_port,
|
||||||
remote=remote_ip,
|
remote=remote_ip,
|
||||||
|
Reference in New Issue
Block a user