Skip to content

Commit 7f91ded

Browse files
committed
remove bad-whitespace pylint directive
1 parent 0eab887 commit 7f91ded

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_mpl115a2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@
4949
__version__ = "0.0.0-auto.0"
5050
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPL115A2.git"
5151

52-
# pylint: disable=bad-whitespace
5352
_MPL115A2_ADDRESS = const(0x60)
5453
_MPL115A2_REGISTER_PRESSURE_MSB = const(0x00)
5554
_MPL115A2_REGISTER_A0_COEFF_MSB = const(0x04)
5655
_MPL115A2_REGISTER_STARTCONVERSION = const(0x12)
57-
# pylint: enable=bad-whitespace
5856

5957

6058
class MPL115A2:

0 commit comments

Comments
 (0)