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:
parent
020f94fa56
commit
90dab235f7
5 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue