Skip to content

Commit ded2872

Browse files
authored
Merge pull request #13 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 6f7fef9 + f8f92af commit ded2872

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_vcnl4010.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VCNL4010.git"
5252

5353

54-
# pylint: disable=bad-whitespace
5554
# Internal constants:
5655
_VCNL4010_I2CADDR_DEFAULT = const(0x13)
5756
_VCNL4010_COMMAND = const(0x80)
@@ -76,7 +75,6 @@
7675
FREQUENCY_1M5625 = 2
7776
FREQUENCY_781K25 = 1
7877
FREQUENCY_390K625 = 0
79-
# pylint: enable=bad-whitespace
8078

8179
# Disable pylint's name warning as it causes too much noise. Suffixes like
8280
# BE (big-endian) or mA (milli-amps) don't confirm to its conventions--by

0 commit comments

Comments
 (0)