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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 36 additions and 32 deletions

View file

@ -39,7 +39,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
class BloomSkySensor(BinarySensorEntity):
"""Representation of a single binary sensor in a BloomSky device."""
def __init__(self, bs, device, sensor_name):
def __init__(self, bs, device, sensor_name): # pylint: disable=invalid-name
"""Initialize a BloomSky binary sensor."""
self._bloomsky = bs
self._device_id = device["DeviceID"]