Skip to content

Commit 0751cf1

Browse files
authored
Merge pull request #15 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 2e902ed + 990e0cd commit 0751cf1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_vl6180x.py

-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL6180X.git"
5252

5353

54-
# pylint: disable=bad-whitespace
5554
# Internal constants:
5655
_VL6180X_DEFAULT_I2C_ADDR = const(0x29)
5756
_VL6180X_REG_IDENTIFICATION_MODEL_ID = const(0x000)
@@ -89,7 +88,6 @@
8988
ERROR_RAWOFLOW = const(13)
9089
ERROR_RANGEUFLOW = const(14)
9190
ERROR_RANGEOFLOW = const(15)
92-
# pylint: enable=bad-whitespace
9391

9492

9593
class VL6180X:

0 commit comments

Comments
 (0)