diff --git a/adafruit_bd3491fs.py b/adafruit_bd3491fs.py index 1f66abd..3b5a59d 100644 --- a/adafruit_bd3491fs.py +++ b/adafruit_bd3491fs.py @@ -52,7 +52,6 @@ import adafruit_bus_device.i2c_device as i2cdevice from adafruit_register.i2c_struct import UnaryStruct -# pylint: disable=bad-whitespace _INPUT_SELECTOR = const(0x04) _INPUT_GAIN = const(0x06) _VOLUME_GAIN_CH1 = const(0x21) @@ -61,7 +60,6 @@ _TREBLE_GAIN = const(0x57) _SURROUND_GAIN = const(0x78) _SYSTEM_RESET = const(0xFE) -# pylint: enable=bad-whitespace class Input: # pylint: disable=too-few-public-methods,invalid-name