mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 03:21:40 +02:00
Added pylint hint
This commit is contained in:
@@ -101,6 +101,7 @@ def setup(hass, config):
|
||||
return True
|
||||
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
class Script(ToggleEntity):
|
||||
""" Represents a script. """
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
|
Reference in New Issue
Block a user