Remove some unneeded pylint suppressions (#32152)
This commit is contained in:
parent
a9e061270b
commit
9b2544c923
23 changed files with 4 additions and 31 deletions
|
@ -228,8 +228,6 @@ class MySensorsLightRGB(MySensorsLight):
|
|||
class MySensorsLightRGBW(MySensorsLightRGB):
|
||||
"""RGBW child class to MySensorsLightRGB."""
|
||||
|
||||
# pylint: disable=too-many-ancestors
|
||||
|
||||
@property
|
||||
def supported_features(self):
|
||||
"""Flag supported features."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue