Disable pylint unused-argument check

This commit is contained in:
Paulus Schoutsen 2015-01-19 23:40:51 -08:00
parent d3f1b83e57
commit ff230cefe3
37 changed files with 12 additions and 52 deletions

View file

@ -17,7 +17,6 @@ def register(hass, config, action):
minutes = convert(config.get(CONF_MINUTES), int)
seconds = convert(config.get(CONF_SECONDS), int)
# pylint: disable=unused-argument
def time_automation_listener(now):
""" Listens for time changes and calls action. """
action()