Skip to content

Commit 3b1324c

Browse files
authored
Update tcs34725_simpletest.py
1 parent 7a84796 commit 3b1324c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/tcs34725_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@
2424
print('Temperature: {0}K Lux: {1}'.format(temp, lux))
2525
except ZeroDivisionError:
2626
print("No light to measure")
27-
2827
# Delay for a second and repeat.
2928
time.sleep(1.0)

0 commit comments

Comments
 (0)