Enable logging-too-many-args

This commit is contained in:
Fabian Affolter 2015-12-22 22:33:20 +01:00
parent fb2da6be9a
commit 56186232f3

View file

@ -23,7 +23,7 @@ DEFAULT_METHOD = 'GET'
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)
# pylint: disable=unused-variable, logging-too-many-args
# pylint: disable=unused-variable
def setup_platform(hass, config, add_devices, discovery_info=None):
""" Get the REST binary sensor. """