From 8942412c286f9050891080f34c02030beb813dbe 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_tsl2591.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_tsl2591.py b/adafruit_tsl2591.py index f893988..08808c3 100644 --- a/adafruit_tsl2591.py +++ b/adafruit_tsl2591.py @@ -51,7 +51,6 @@ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TSL2591.git" -# pylint: disable=bad-whitespace # Internal constants: _TSL2591_ADDR = const(0x29) _TSL2591_COMMAND_BIT = const(0xA0) @@ -93,7 +92,6 @@ """500 millis""" INTEGRATIONTIME_600MS = 0x05 # 600 millis """600 millis""" -# pylint: enable=bad-whitespace class TSL2591: