Skip to content

Commit f399b5c

Browse files
authored
Merge pull request #13 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 3867d60 + 5152d81 commit f399b5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_veml6075.py

-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
from adafruit_bus_device.i2c_device import I2CDevice
5151
from micropython import const
5252

53-
# pylint: disable=bad-whitespace
5453
_VEML6075_ADDR = const(0x10)
5554

5655
_REG_CONF = const(0x00)
@@ -63,7 +62,6 @@
6362

6463
# Valid constants for UV Integration Time
6564
_VEML6075_UV_IT = {50: 0x00, 100: 0x01, 200: 0x02, 400: 0x03, 800: 0x04}
66-
# pylint: enable=bad-whitespace
6765

6866

6967
class VEML6075:

0 commit comments

Comments
 (0)