Skip to content

Commit 215bd39

Browse files
authored
Merge pull request #13 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents a4eec97 + 55887ff commit 215bd39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_max9744.py

-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,13 @@
4747
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX9744.git"
4848

4949

50-
# pylint: disable=bad-whitespace
5150
# Internal constants:
5251
_MAX9744_DEFAULT_ADDRESS = const(0b01001011)
5352
_MAX9744_COMMAND_VOLUME = const(0b00000000)
5453
_MAX9744_COMMAND_FILTERLESS = const(0b01000000)
5554
_MAX9744_COMMAND_CLASSIC_PWM = const(0b01000001)
5655
_MAX9744_COMMAND_VOLUME_UP = const(0b11000100)
5756
_MAX9744_COMMAND_VOLUME_DOWN = const(0b11000101)
58-
# pylint: enable=bad-whitespace
5957

6058

6159
class MAX9744:

0 commit comments

Comments
 (0)