Remove inline pylint disables for messages disabled in pylintrc (#14978)
This commit is contained in:
parent
d0cbbe6141
commit
4bd7a7eee3
171 changed files with 13 additions and 182 deletions
|
@ -36,8 +36,6 @@ class MySensorsNotificationDevice(mysensors.MySensorsDevice):
|
|||
class MySensorsNotificationService(BaseNotificationService):
|
||||
"""Implement a MySensors notification service."""
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
def __init__(self, hass):
|
||||
"""Initialize the service."""
|
||||
self.devices = mysensors.get_mysensors_devices(hass, DOMAIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue