Skip to content

Commit d4702ba

Browse files
authored
Merge pull request #9 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents c201ef1 + 7f91ded commit d4702ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_mpl115a2.py

-2
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)