Fix formatting pylint comments in test (#15450)

This commit is contained in:
Paulus Schoutsen 2018-07-13 23:02:23 +02:00 committed by Fabian Affolter
parent 1007bb83aa
commit 538236de8f
12 changed files with 32 additions and 64 deletions

View file

@ -542,8 +542,7 @@ class TestComponentLogbook(unittest.TestCase):
def create_state_changed_event(self, event_time_fired, entity_id, state,
attributes=None, last_changed=None,
last_updated=None): \
# pylint: disable=no-self-use
last_updated=None):
"""Create state changed event."""
# Logbook only cares about state change events that
# contain an old state but will not actually act on it.