mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 09:29:27 +00:00
Disable too-many-* (#4107)
* Disable too-many-* and too-few-public-methods * Remove globally disabled pylint warnings
This commit is contained in:
@@ -36,7 +36,6 @@ def call_from_config(hass: HomeAssistant, config: ConfigType,
|
||||
class Script():
|
||||
"""Representation of a script."""
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
def __init__(self, hass: HomeAssistant, sequence, name: str=None,
|
||||
change_listener=None) -> None:
|
||||
"""Initialize the script."""
|
||||
|
||||
Reference in New Issue
Block a user