Added pylint hint

This commit is contained in:
Stefan Jonasson 2015-10-28 20:17:17 +01:00
parent 48bfc98acb
commit 10c95b4352

View File

@ -99,6 +99,7 @@ def setup(hass, config):
return True
# pylint: disable=too-many-instance-attributes
class Script(ToggleEntity):
""" Represents a script. """
def __init__(self, hass, name, entity_id, sequence):