From 6254081e62d9a972e1f483e483a97acb894b8eae 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_si4713.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_si4713.py b/adafruit_si4713.py index 54b670b..4b11793 100644 --- a/adafruit_si4713.py +++ b/adafruit_si4713.py @@ -45,7 +45,6 @@ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI4713.git" -# pylint: disable=bad-whitespace # Internal constants: _SI4710_ADDR0 = const(0x11) # if SEN is = const(low) _SI4710_ADDR1 = const(0x63) # if SEN is high, default @@ -100,7 +99,6 @@ _SI4713_PROP_TX_RDS_MESSAGE_COUNT = const(0x2C05) _SI4713_PROP_TX_RDS_PS_AF = const(0x2C06) _SI4713_PROP_TX_RDS_FIFO_SIZE = const(0x2C07) -# pylint: enable=bad-whitespace class SI4713: