Skip to content

Commit f28fd27

Browse files
committed
remove bad-whitespace pylint directive
1 parent a4007d7 commit f28fd27

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)