1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Fix linting

This commit is contained in:
Paulus Schoutsen
2016-09-01 09:12:42 +01:00
parent 7f27cc5468
commit c792dd4126
2 changed files with 2 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ def trigger(hass, config, action):
def remove():
"""Remove state listeners."""
unsub()
# pylint: disable=not-callable
if remove_state_for_cancel is not None:
remove_state_for_cancel()