Upgrade pylint to 2.12.1 (#60375)

This commit is contained in:
Marc Mueller
2021-11-26 00:13:27 +01:00
committed by GitHub
parent dab2b17a17
commit 25f8d4a189
24 changed files with 36 additions and 32 deletions

View File

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