Skip to content

Commit 3b37d55

Browse files
committed
Add disable=too-many-instance-attributes to keep pylint happy
1 parent 3284ed4 commit 3b37d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_bme280.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class STANDBY(Enum):
107107

108108
class Adafruit_BME280:
109109
"""Driver from BME280 Temperature, Humidity and Barometic Pressure sensor"""
110+
# pylint: disable=too-many-instance-attributes
110111
def __init__(self):
111112
"""Check the BME280 was found, read the coefficients and enable the sensor"""
112113
# Check device ID.

0 commit comments

Comments
 (0)