Skip to content

Commit 7f22bba

Browse files
authored
Merge pull request #27 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 09f95b9 + 86b09ef commit 7f22bba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_apds9960/apds9960.py

-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
# INTEGRATION_TIME_DEF = const(0x01)
4343
# GAIN_DEF = const(0x01)
4444

45-
# pylint: disable-msg=bad-whitespace
4645
# APDS9960_RAM = const(0x00)
4746
APDS9960_ENABLE = const(0x80)
4847
APDS9960_ATIME = const(0x81)
@@ -93,7 +92,6 @@
9392
# APDS9960_GFIFO_D = const(0xFD)
9493
# APDS9960_GFIFO_L = const(0xFE)
9594
# APDS9960_GFIFO_R = const(0xFF)
96-
# pylint: enable-msg=bad-whitespace
9795

9896

9997
# pylint: disable-msg=too-many-instance-attributes

0 commit comments

Comments
 (0)