Disable pylint unused-argument check
This commit is contained in:
parent
d3f1b83e57
commit
ff230cefe3
37 changed files with 12 additions and 52 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue