From c73130ea9a1a0786b9908e5d157e01b30419bb8d Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 23 Aug 2020 11:01:51 -0500 Subject: [PATCH] remove bad-whitespace pylint directive --- adafruit_drv2605.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_drv2605.py b/adafruit_drv2605.py index 15396dd..b37724e 100644 --- a/adafruit_drv2605.py +++ b/adafruit_drv2605.py @@ -36,7 +36,6 @@ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DRV2605.git" -# pylint: disable=bad-whitespace # Internal constants: _DRV2605_ADDR = const(0x5A) _DRV2605_REG_STATUS = const(0x00) @@ -87,7 +86,6 @@ LIBRARY_TS2200D = 0x04 LIBRARY_TS2200E = 0x05 LIBRARY_LRA = 0x06 -# pylint: enable=bad-whitespace class DRV2605: