From f28fd27021460c553073b1a07f0b628647b67a26 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_mpl3115a2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_mpl3115a2.py b/adafruit_mpl3115a2.py index 995e606..1efb842 100644 --- a/adafruit_mpl3115a2.py +++ b/adafruit_mpl3115a2.py @@ -44,7 +44,6 @@ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2.git" -# pylint: disable=bad-whitespace # Internal constants: _MPL3115A2_ADDRESS = const(0x60) _MPL3115A2_REGISTER_STATUS = const(0x00) @@ -95,7 +94,6 @@ _MPL3115A2_CTRL_REG1_OS128 = const(0x38) _MPL3115A2_REGISTER_STARTCONVERSION = const(0x12) -# pylint: enable=bad-whitespace class MPL3115A2: