Skip to content

Commit faf139c

Browse files
committed
remove bad-whitespace pylint directive
1 parent f04e24c commit faf139c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_mprls.py

-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
from digitalio import Direction
5353
from micropython import const
5454

55-
# pylint: disable=bad-whitespace
5655
_MPRLS_DEFAULT_ADDR = const(0x18)
57-
# pylint: enable=bad-whitespace
5856

5957

6058
class MPRLS:

0 commit comments

Comments
 (0)