Skip to content

Commit c73130e

Browse files
committed
remove bad-whitespace pylint directive
1 parent 7914a63 commit c73130e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_drv2605.py

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DRV2605.git"
3737

3838

39-
# pylint: disable=bad-whitespace
4039
# Internal constants:
4140
_DRV2605_ADDR = const(0x5A)
4241
_DRV2605_REG_STATUS = const(0x00)
@@ -87,7 +86,6 @@
8786
LIBRARY_TS2200D = 0x04
8887
LIBRARY_TS2200E = 0x05
8988
LIBRARY_LRA = 0x06
90-
# pylint: enable=bad-whitespace
9189

9290

9391
class DRV2605:

0 commit comments

Comments
 (0)