Skip to content

Commit 74360e7

Browse files
committed
Shorten line per pylint
1 parent 82a0669 commit 74360e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vl6180x_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Create sensor instance.
1919
sensor = adafruit_vl6180x.VL6180X(i2c)
20-
# sensor = adafruit_vl6180x.VL6180X(i2c) # This would add a +10 millimeter offset to all measurements:
20+
# sensor = adafruit_vl6180x.VL6180X(i2c) # This would add a +10 millimeter offset to measurements:
2121

2222
# Main loop prints the range and lux every second:
2323
while True:

0 commit comments

Comments
 (0)