Skip to content

Commit 03eb29a

Browse files
committed
remove bad-whitespace pylint directive
1 parent 679db08 commit 03eb29a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_bd3491fs.py

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
import adafruit_bus_device.i2c_device as i2cdevice
5353
from adafruit_register.i2c_struct import UnaryStruct
5454

55-
# pylint: disable=bad-whitespace
5655
_INPUT_SELECTOR = const(0x04)
5756
_INPUT_GAIN = const(0x06)
5857
_VOLUME_GAIN_CH1 = const(0x21)
@@ -61,7 +60,6 @@
6160
_TREBLE_GAIN = const(0x57)
6261
_SURROUND_GAIN = const(0x78)
6362
_SYSTEM_RESET = const(0xFE)
64-
# pylint: enable=bad-whitespace
6563

6664

6765
class Input: # pylint: disable=too-few-public-methods,invalid-name

0 commit comments

Comments
 (0)