Skip to content

Commit d79594e

Browse files
authored
Merge pull request #17 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 8fab666 + e794ef1 commit d79594e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_veml6070.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454

5555

5656
# Set I2C addresses:
57-
# pylint: disable=bad-whitespace
5857
_VEML6070_ADDR_ARA = const(0x18 >> 1)
5958
_VEML6070_ADDR_CMD = const(0x70 >> 1)
6059
_VEML6070_ADDR_LOW = const(0x71 >> 1)
@@ -77,7 +76,6 @@
7776
"VERY HIGH": [1495, 2054],
7877
"EXTREME": [2055, 9999],
7978
}
80-
# pylint: enable=bad-whitespace
8179

8280

8381
class VEML6070:

0 commit comments

Comments
 (0)