Update pylint to 2.13.7 (#70381)

* Update pylint to 2.13.7

* Spelling

* Remove old pylint config value

* Code updates
This commit is contained in:
Marc Mueller 2022-04-21 22:02:52 +02:00 committed by GitHub
parent 020f94fa56
commit 90dab235f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -828,7 +828,6 @@ class TemplateState(TemplateStateBase):
__slots__ = ("_state",)
# Inheritance is done so functions that check against State keep working
# pylint: disable=super-init-not-called
def __init__(self, hass: HomeAssistant, state: State, collect: bool = True) -> None:
"""Initialize template state."""
super().__init__(hass, collect, state.entity_id)