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

Disable no-self-use [pylint] (#70641)

* Disable no-self-use

* Remove disable comments
This commit is contained in:
Marc Mueller
2022-04-25 16:41:01 +02:00
committed by GitHub
parent 9dcbc8469e
commit 9b9b553521
49 changed files with 14 additions and 64 deletions

View File

@@ -232,7 +232,6 @@ def test_process_custom_logbook_entries(hass_):
assert_entry(entries[0], name=name, message=message, entity_id=entity_id)
# pylint: disable=no-self-use
def assert_entry(
entry, when=None, name=None, message=None, domain=None, entity_id=None
):
@@ -261,7 +260,6 @@ def create_state_changed_event(
)
# pylint: disable=no-self-use
def create_state_changed_event_from_old_new(
entity_id, event_time_fired, old_state, new_state
):