Fix formatting pylint comments in test (#15450)
This commit is contained in:
parent
1007bb83aa
commit
538236de8f
12 changed files with 32 additions and 64 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue