From 7f91ded8e2c6424cc0ca2fcdf65ca4a0bb702c79 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 23 Aug 2020 11:01:52 -0500 Subject: [PATCH] remove bad-whitespace pylint directive --- adafruit_mpl115a2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_mpl115a2.py b/adafruit_mpl115a2.py index 7c6caf4..fe9e0af 100644 --- a/adafruit_mpl115a2.py +++ b/adafruit_mpl115a2.py @@ -49,12 +49,10 @@ __version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPL115A2.git" -# pylint: disable=bad-whitespace _MPL115A2_ADDRESS = const(0x60) _MPL115A2_REGISTER_PRESSURE_MSB = const(0x00) _MPL115A2_REGISTER_A0_COEFF_MSB = const(0x04) _MPL115A2_REGISTER_STARTCONVERSION = const(0x12) -# pylint: enable=bad-whitespace class MPL115A2: