We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bee7d5e + 03eb29a commit 296308aCopy full SHA for 296308a
adafruit_bd3491fs.py
@@ -52,7 +52,6 @@
52
import adafruit_bus_device.i2c_device as i2cdevice
53
from adafruit_register.i2c_struct import UnaryStruct
54
55
-# pylint: disable=bad-whitespace
56
_INPUT_SELECTOR = const(0x04)
57
_INPUT_GAIN = const(0x06)
58
_VOLUME_GAIN_CH1 = const(0x21)
@@ -61,7 +60,6 @@
61
60
_TREBLE_GAIN = const(0x57)
62
_SURROUND_GAIN = const(0x78)
63
_SYSTEM_RESET = const(0xFE)
64
-# pylint: enable=bad-whitespace
65
66
67
class Input: # pylint: disable=too-few-public-methods,invalid-name
0 commit comments