forked from home-assistant/core
Removed extra pylint hint from a previous merge
This commit is contained in:
@@ -101,7 +101,6 @@ def setup(hass, config):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=too-many-instance-attributes
|
|
||||||
class Script(ToggleEntity):
|
class Script(ToggleEntity):
|
||||||
""" Represents a script. """
|
""" Represents a script. """
|
||||||
# pylint: disable=too-many-instance-attributes
|
# pylint: disable=too-many-instance-attributes
|
||||||
|
Reference in New Issue
Block a user