We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f7fef9 + f8f92af commit ded2872Copy full SHA for ded2872
adafruit_vcnl4010.py
@@ -51,7 +51,6 @@
51
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VCNL4010.git"
52
53
54
-# pylint: disable=bad-whitespace
55
# Internal constants:
56
_VCNL4010_I2CADDR_DEFAULT = const(0x13)
57
_VCNL4010_COMMAND = const(0x80)
@@ -76,7 +75,6 @@
76
75
FREQUENCY_1M5625 = 2
77
FREQUENCY_781K25 = 1
78
FREQUENCY_390K625 = 0
79
-# pylint: enable=bad-whitespace
80
81
# Disable pylint's name warning as it causes too much noise. Suffixes like
82
# BE (big-endian) or mA (milli-amps) don't confirm to its conventions--by
0 commit comments