Remove unnnecessary pylint configs from components [e-l]* (#99004)

This commit is contained in:
Ville Skyttä 2023-08-25 10:46:34 +03:00 committed by GitHub
parent 960d66e168
commit e7b6037419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 13 additions and 56 deletions

View file

@ -61,7 +61,7 @@ class LinodeBinarySensor(BinarySensorEntity):
_attr_device_class = BinarySensorDeviceClass.MOVING
def __init__(self, li, node_id): # pylint: disable=invalid-name
def __init__(self, li, node_id):
"""Initialize a new Linode sensor."""
self._linode = li
self._node_id = node_id