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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user