From 990e0cd960f161a1bd2d9275749163e5f4ee347c 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_vl6180x.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_vl6180x.py b/adafruit_vl6180x.py index b5bcc52..47c3b95 100644 --- a/adafruit_vl6180x.py +++ b/adafruit_vl6180x.py @@ -51,7 +51,6 @@ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL6180X.git" -# pylint: disable=bad-whitespace # Internal constants: _VL6180X_DEFAULT_I2C_ADDR = const(0x29) _VL6180X_REG_IDENTIFICATION_MODEL_ID = const(0x000) @@ -89,7 +88,6 @@ ERROR_RAWOFLOW = const(13) ERROR_RANGEUFLOW = const(14) ERROR_RANGEOFLOW = const(15) -# pylint: enable=bad-whitespace class VL6180X: