Skip to content

Commit 127ec4c

Browse files
committed
fix whitespace for pylint
1 parent 6aec8b6 commit 127ec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tsl2561.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def _compute_lux(self):
156156
lux = 0.0128 * ch0 - 0.0153 * ch1
157157
elif ratio <= 1.30:
158158
lux = 0.00146 * ch0 - 0.00112 * ch1
159-
else :
159+
else:
160160
lux = 0
161161
# Pretty sure the floating point math formula on pg. 23 of datasheet
162162
# is based on 16x gain and 402ms integration time. Need to scale

0 commit comments

Comments
 (0)