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: