Skip to content

Commit 946e8d4

Browse files
authored
Merge pull request #15 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 7944177 + f28fd27 commit 946e8d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_mpl3115a2.py

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2.git"
4545

4646

47-
# pylint: disable=bad-whitespace
4847
# Internal constants:
4948
_MPL3115A2_ADDRESS = const(0x60)
5049
_MPL3115A2_REGISTER_STATUS = const(0x00)
@@ -95,7 +94,6 @@
9594
_MPL3115A2_CTRL_REG1_OS128 = const(0x38)
9695

9796
_MPL3115A2_REGISTER_STARTCONVERSION = const(0x12)
98-
# pylint: enable=bad-whitespace
9997

10098

10199
class MPL3115A2:

0 commit comments

Comments
 (0)