Skip to content

Commit e168369

Browse files
authored
Merge pull request #13 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents b7c3637 + faf139c commit e168369

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)