We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9961cf2 commit 990e0cdCopy full SHA for 990e0cd
1 file changed
adafruit_vl6180x.py
@@ -51,7 +51,6 @@
51
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL6180X.git"
52
53
54
-# pylint: disable=bad-whitespace
55
# Internal constants:
56
_VL6180X_DEFAULT_I2C_ADDR = const(0x29)
57
_VL6180X_REG_IDENTIFICATION_MODEL_ID = const(0x000)
@@ -89,7 +88,6 @@
89
88
ERROR_RAWOFLOW = const(13)
90
ERROR_RANGEUFLOW = const(14)
91
ERROR_RANGEOFLOW = const(15)
92
-# pylint: enable=bad-whitespace
93
94
95
class VL6180X:
0 commit comments